Newbie alert! I'm having an issue where all my links are bunched up in one spot when I view my file on a live server. I've tried adjusting the margins and paddings with no success. How can I properly space out the links while using position fixed?
Below is the code snippet:
<div id="nav">
<a href="#">About us</a>
<a href="#">Contacts</a>
<a href="#">Support</a>
</div>
a {
position: fixed;
}