if i have markup like
<nav>
<ul>
<li> ... </li>
<li> ... </li>
<li> ... </li>
</ul>
<nav>
and i want to center the nav (either <nav>
or <ul>
or whatever is appropriate is ok with me). FYI: this for horizontal pagination, so <li>
and <a>
are floated left
how can i do it?