AJ Blacklisted
Active Member
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
My page : http://devilarts.info/portfolio/
Any help ?
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
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 ?