I'm stuck with positioning.
body{
margin: 0;
padding: 0;
font-family: 'Consolas';
letter-spacing: 2px
}
.navbar {
background-color: #595959;
color: #ffffff;
list-style: none;
text-align: center;
padding: 20px 0 20px 0;
}
As you can see, even I set margin/padding
to 0. it doesn't fit to top. ( I mean this grey line above the navbar.)
Aucun commentaire:
Enregistrer un commentaire