NAV needs to justify across page

Vgmrgcitrgfvm

New Member
My navbar has a background set and has 22px of padding on the left and right side of my links. Because of this not being exact I have a little space on the right hand side that does not match up with the below content.HTML \[code\]<ul><li><a href="http://stackoverflow.com/questions/14556047/#">Bikes</a></li><li><a href="http://stackoverflow.com/questions/14556047/#">Components</a></li><li><a href="http://stackoverflow.com/questions/14556047/#">Featured Merch</a></li><li><a href="http://stackoverflow.com/questions/14556047/#">Accessories</a></li><li><a href="http://stackoverflow.com/questions/14556047/#">Nutrition</a></li><li><a href="http://stackoverflow.com/questions/14556047/#">Apparel</a></li></ul>\[/code\]Then my CSS\[code\] nav ul { margin-left: 0px; } nav li { text-decoration: none; display: inline; text-transform: uppercase; font-size: 18px; } nav a { color: white; background-color: #4c4d4f; padding: 2px 22px; } nav a:hover { color: #FDB813; text-decoration: none; }\[/code\]Thank You
 
Back
Top