Well,
I am designing a custom porfolio page for myself...
I am messing with CSS now. i dunno how to make the navbar centered

Here is my code with navbar
Code: 
#menu{
margin: 0 auto;
text-align:center;
float:left;
position:relative;
left:50%;

}
#menu li{
display:inline;
list-style-type:none;
}
My page : http://devilarts.info/portfolio/

Any help ?
AJ Blacklisted Reviewed by AJ Blacklisted on . How to Center Navbar using CSS Well, I am designing a custom porfolio page for myself... I am messing with CSS now. i dunno how to make the navbar centered :facepalm: Here is my code with navbar #menu{ margin: 0 auto; text-align:center; float:left; position:relative; Rating: 5