why won't my code work?
everything works except for the margin-bottom.
a.link{
background: orange;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 100px;
margin-left: 10px;
padding: 10px 10px 10px 10px;
}
also this is my html:
<ul>
<li><a href="link.html" class="link">LINK</a></li>
</ul>