Posts by Guilherme • 13 points
1 post
-
0
votes5
answers1042
viewsQ: centralize a Nav menu
How can I center this menu? ul{ margin: 0; } ul { list-style: none; } a { text-decoration: none; } .clearfix:after { display: block; content: " "; clear: both; } #site-navigation { background-color:…