I am not able to assign a margin-top
to the element to id="cat"
that is within a div
. How could I assign this margin?
Test
<style>
a#cat{
text-decoration: none;
color: black;
margin-top: 5px
}