prise en charge de la barre de navigation en css
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 395 KiB |
@@ -9,3 +9,26 @@ blockquote{
|
||||
footer{
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
#nav{
|
||||
list-style-type: none;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
background-color: blue;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#nav-element{
|
||||
float: right;
|
||||
}
|
||||
|
||||
#nav-link{
|
||||
display: block;
|
||||
color: white;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#nav-link:hover{
|
||||
background-color: light-blue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user