Advertisement
ten80snowboarder

Center Align a UL LI navigation

Oct 2nd, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.20 KB | None | 0 0
  1. footer .access ul {
  2.     text-align: center;
  3. }
  4. footer .access ul li {
  5.     display: inline;
  6.     float: none;
  7. }
  8. footer .access ul a{
  9.     display: inline-block;
  10. }
  11. footer .access ul ul li {
  12.     text-align: left;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement