Advertisement
Codificando

Codificando - Menu centralizado e cor de fundo

Nov 1st, 2015
17,683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. /* Cor do fundo e texto do menu */
  2. #cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i { background-color: #4777B3; }
  3. #cabecalho > .conteiner > .menu.superior .titulo { color: #FFFFFF; }
  4.  
  5. /* Centralizar os itens do menu */
  6. #cabecalho > .conteiner > .menu.superior { text-align: center; }
  7. #cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement