centrare un ul nel footer


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #navigation-footer{
  2. padding-top: 10px;
  3. clear:both;
  4. width:100%;
  5. overflow:hidden;
  6. }
  7. #navigation-footer ul{
  8. list-style: none;
  9. font-size: 11px;
  10. float:left;
  11. position:relative;
  12. left:50%;
  13. }
  14.  
  15. #navigation-footer ul li{
  16. list-style: none;
  17. float:left;
  18. position:relative;
  19. right:50%;
  20. border-right: 1px solid #fff;
  21.  
  22. }
  23.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.