correction de la page de connexion

This commit is contained in:
2024-06-10 15:17:52 +02:00
parent 17a95f32ce
commit a30a649d7a
6 changed files with 84 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ section.list img {
nav {
position: fixed;
width: 100%;
background-color: #283d5d;
top: 0;
right: 0;
}
@@ -42,8 +42,16 @@ main.container {
margin-right : 20px;
}
.sous {
display: none;
box-shadow: 0px 1px 2px;
background-color: white;
}
nav > ul li:hover .sous{
display: block;
}
section.connexion {
display: flex;
justify-content: space-between;