I am trying to create a menu with a background color, but when I use "background" or "background-color" on the div that contains my menu, I can't see any color. It's frustrating because I know it should be working..
Here is the HTML :
<header class="menu-top">
<div class="menu">
<ul>
<li><a>Home</a></li>
<li><a>Portfolio</a></li>
<li><a>Contact</a></li>
</ul>
</div>
</header>
Check out this JSFIDDLE for a live example: https://jsfiddle.net/szf1xksv/