correction du code et suppression des parties en trop
This commit is contained in:
@@ -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{
|
||||
|
Reference in New Issue
Block a user