correction du code hex pour la barre de navigation
This commit is contained in:
@@ -14,8 +14,7 @@ footer{
|
||||
list-style-type: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: #000000ccc;
|
||||
display: flex;
|
||||
background-color: #0000cc;
|
||||
}
|
||||
|
||||
.nav-element{
|
||||
@@ -24,11 +23,12 @@ footer{
|
||||
|
||||
.nav-link{
|
||||
display: block;
|
||||
text-align: center;
|
||||
color: white;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.nav-link:hover{
|
||||
background-color: light-blue;
|
||||
background-color: #2222ff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user