ajout d'une marge entre les elements du corps de page
This commit is contained in:
@@ -9,11 +9,12 @@ blockquote{
|
||||
|
||||
footer{
|
||||
background-color: lightgrey;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.nav-list{
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
margin: 5px;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: #cc0000;
|
||||
@@ -41,6 +42,7 @@ footer{
|
||||
}
|
||||
|
||||
.main-content{
|
||||
margin: 5px;
|
||||
border-style: solid;
|
||||
border-width: 5px;
|
||||
border-color: #cc0000;
|
||||
|
||||
Reference in New Issue
Block a user