hey I'm creating a website for personal use using css and I'm stuck on this section:
I would like to center the text but at the moment it's to the left could someone reply asap to change this? :D thanks.
Code:
#navigation ul li {
display: inline;
float: left;
height: 28px;
margin: 0px 35px 0px 7px;
}
#navigation ul li a{
color: #bbbbbb;
font-size: 13px;
height: 28px;
text-decoration: none;
}
#navigation ul li a:hover , #navigation ul li#active a{
color: #f89421;
Comment