correction du code et suppression des parties en trop

This commit is contained in:
2024-06-15 19:27:24 +02:00
parent 2640d39a4f
commit f0a4f36a35
6 changed files with 66 additions and 49 deletions

View File

@@ -35,8 +35,17 @@ main.container {
}
.option {
.options {
margin-right : 20px!important;
width: 400px;
height: 73.5px;
}
.bouton {
width: 25%;
text-align: center;
height: 73.5px;
}
.sous {
@@ -45,6 +54,15 @@ main.container {
border: solid 1px black;
background-color: #283d5d;
position: absolute;
top :60px;
right: 13px;
}
.sous li{
float: none;
text-align: right;
width: 100%;
}
nav > ul li:hover .sous{