Chedler1 / more-css-practice

Recreating CSS Layouts
0 stars 0 forks source link

Unnecessary div #4

Open zachfedor opened 6 years ago

zachfedor commented 6 years ago

https://github.com/Chedler1/more-css-practice/blob/a67f48f82b1c94cbb59bd6f415a6a9b75ae84e3b/stevens-college/index.html#L24

You already have a perfectly good block element containing your anchors (your <nav>) so you're adding an extra non-semantic element for no reason. Try removing it and styling your nav element instead.