5
I’m not getting to center the element <nav>
HTML:
<nav class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Responsive</a></li>
<li><a href="#">Responsive</a></li>
<li><a href="#">Responsive</a></li>
</ul>
</nav>
CSS:
.menu {position: fixed; top: 0; width: 100%;}
.menu ul {font-size: 15px; margin: 0 auto; }
.menu ul li {display: inline; }
.menu ul li a {margin: 0 auto;}
Imagery:
You can put your code?
– CesarMiguel
Please post html and css for help
– Otto
Also try to explain better the question, what you did and what the problem is.
– Jorge B.
I edited the post with my code.
– Lucas
Can you get an image of your Nav?
– Jorge B.
@Jorgeb. I edited the post with the image.
– Lucas