/ Published in: CSS
URL: http://24ways.org/2005/centered-tabs-with-css
Expand |
Embed | Plain Text
#navigation ul, #navigation ul li { list-style: none; margin: 0; padding: 0; } #navigation ul { text-align: center; } #navigation ul li { display: inline; margin: 0 .75em; }
You need to login to post a comment.
