barre de navigation
This commit is contained in:
@@ -3,22 +3,47 @@
|
||||
}
|
||||
|
||||
|
||||
body{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
nav{
|
||||
top: 0;
|
||||
position: fixed;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
background-image: url("../img/icon.png");
|
||||
width: 100%;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
#icone{
|
||||
height: 10vh;
|
||||
width: 10vw;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
li{
|
||||
list-style-type: none;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
p{
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.page{
|
||||
list-style-type: none;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
display: inline-block;
|
||||
margin: 2vh;
|
||||
margin-right: 10vh;
|
||||
|
||||
|
||||
|
||||
@@ -28,3 +53,8 @@ li{
|
||||
color: red;
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
footer{
|
||||
background-color: black;
|
||||
|
||||
}
|
Reference in New Issue
Block a user