modification style bouton déconnexion

This commit is contained in:
2024-06-11 12:28:08 +02:00
parent a30a649d7a
commit f9e0d8d358
2 changed files with 35 additions and 12 deletions

View File

@@ -34,24 +34,46 @@ main.container {
margin-top: 60px;
}
.container ul {
left: 0;
}
.container li {
margin-right : 20px;
.option {
margin-right : 20px!important;
}
.sous {
display: none;
box-shadow: 0px 1px 2px;
background-color: white;
box-shadow: 0px 1px 2px #CCC;
background-color: #b4ccf0;
position: absolute;
}
nav > ul li:hover .sous{
display: block;
display: block ;
}
.deroulant a {
text-decoration: none;
color:white;
}
.deroulant > a::after {
content:" ▼";
font-size: 15px;
}
.sous a:hover{
color: blue;
border-bottom: 2px solid gray;
}
section.connexion {
display: flex;
justify-content: space-between;