Small CSS problem
-
I have a small CSS problem. I am attempting to make the navigation in the centre rather than being to the left.
(web page) https://www.r2msolutions.co.uk
I have tried every thing I can think of with the CSS sheet. But to no success the code is
.nav {
margin:0 auto;
list-style:none;
font-family:Tahoma, Arial, Helvetica, sans-serif;
text-align:left;
}.nav li {
display: inline;
}.nav li a {
margin-top:182px;
padding:0 1em 0 1em;
text-decoration:none;
text-transform:uppercase;
float:centre;
color:#FF0000;
font-weight:bold;
font-size:14px;
}If any one can help I have been set here for hours and am going a bit mad
Thank you in advance
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Small CSS problem’ is closed to new replies.