Vote count: 0
So I want to format a horizontal navigation list. In my HTML page it says: <nav class="horizontal">
So in my css file I put this but it doesnt seem to work:
Nav.Horizontal {
background-color:rgb(0,0,0);
color: rgb(255,255,255);
font-weight: bold;
font-size:10px;
letter-spacing:3px;
}
a:Nav.Horizontal {
color:rgb(255,0,0)
}
asked 24 secs ago
I am trying to format a horizontal navigation list
Aucun commentaire:
Enregistrer un commentaire