Positioning My Links
I can't get it to be positioned correctly
That is the website I am developing right now, but I can't seem to get the menu to be centered and positioned correctly. If I do text-align: center; then I use absolute positioning to move it up, nothing seems to work. And why does it automatically put so much space inbetween my header and the menu? Thanks for reading!
My current CSS code:
#nav {
font-family: 'Freeroad';
font-size: 72px;
color: #555555;
text-align: center;
margin: 300px auto 0 auto;
}My current HTML code:
<body> <header> <section id="top"> <p>I like to design things.</p> </section> <section id="dyw"> <p>DYW</p> </section> </header> <section id="name"> <p>Daniel Yi Web</p> </section> <section id="nav"> <a href="#">-Portfolio-</a> <br /> <a href="#">-About-</a> <br /> <a href="#">-Contact-</a> <br /> <a href="#">-Crashdev-</a> <br /> </section> </body>






Cartoon Clouds
Mountains
Sunrise
Clouds
Green Clouds
None














Help