Hi!
I’ve been working on Typesetting a Community School Page for a few days now, and I’ve been struggling to get the navigation aligned along the top. I finally got it where I wanted it, but I feel like there may have been a better way. Here is that bit, could someone take a look?
/*Navigation Styles*/
nav {
float: right;
margin-top: -600px;
}
nav li {
list-style: none;
margin-bottom: 2em;
}
nav li a {
border: 1px solid #a66;
text-align: center;
text-decoration: none;
display: inline-block;
width: 100%;
font-size: 1.5em;
line-height: 2;
}