im trying to center my navbar with no luck at all.. Anyone here knows how to center it?
Here\'s my code:
FIDDLE
just a little fix to what @Fiskolin has done, if you want it to always be centered you should make sure that the UL will center all text by adding this to it.
ul { text-align:center; }