I'm having trouble adjusting the spacing between the text of the menu items and the color bars. I've tried various methods but can't seem to get it right in both Chrome and IE11.
.smenu a {
display: block;
color: black;
padding: 16px 1px;
margin: 9px 5px;
text-decoration:none;
width: 4px;
background: #18dcff;
}
<div class="smenu">
<div>
<div class="item" id="messages">
<div class="smenu">
<a href="#a>New</a>
<a href="#a">Sent Items</a>
<a href="#a">&lp;Spam</a>
</div>
</div>
</div>
</div>