barre de navigation

This commit is contained in:
2023-12-29 12:04:07 +01:00
parent 1f5bb9142f
commit 8cd2c11be8
2 changed files with 52 additions and 9 deletions

View File

@@ -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;
}