Réglage footer, menu a droite, contact
This commit is contained in:
@@ -11,13 +11,22 @@
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
bottom: -3px;
|
||||
width: 0%;
|
||||
height: 2px;
|
||||
background-color: #CC4331;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
li a.active::after {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
li a.active {
|
||||
color: #CC4331;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.contact {
|
||||
top: 0;
|
||||
position: fixed;
|
||||
@@ -61,7 +70,7 @@ nav {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
.nav-phone{
|
||||
.nav-phone {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
@@ -166,7 +175,7 @@ nav {
|
||||
background-color: #F9E7DB;
|
||||
top: 3.5rem;
|
||||
right: 0;
|
||||
box-shadow: 15px 0px 10px rgba(51, 51, 51, 0.15);
|
||||
box-shadow: -10px 0 20px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
#menuM {
|
||||
|
||||
Reference in New Issue
Block a user