barre nav2
This commit is contained in:
@@ -5,21 +5,26 @@
|
||||
|
||||
body{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
nav{
|
||||
top: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
background-image: url("../img/icon.png");
|
||||
align-items: center;
|
||||
justify-content: space-around;
|
||||
background: linear-gradient(45deg,orange 35%,darkred);
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
nav:hover{
|
||||
background: linear-gradient(45deg,orange ,darkred);
|
||||
}
|
||||
|
||||
|
||||
#icone{
|
||||
@@ -44,17 +49,15 @@ p{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
margin-right: 10vh;
|
||||
|
||||
|
||||
|
||||
font-size: 2vh;
|
||||
}
|
||||
|
||||
.page:hover{
|
||||
color: red;
|
||||
transform: scale(1.3);
|
||||
color: gold;
|
||||
}
|
||||
|
||||
|
||||
|
||||
footer{
|
||||
background-color: black;
|
||||
|
||||
}
|
Reference in New Issue
Block a user