Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

CSS not affecting HTML

When I look at this webpage in my browser, it looks as if the CSS is not affecting the HTML at all in the <nav>. For instance, I ordered list-style: none; and the bullets are still showing up in my browser. Does anyone see my mistake?

3 Answers

Sydney Bowman
Sydney Bowman
6,544 Points

In your css you have it as nav ul but I am not seeing nav anywhere in your html.

You need to close your normalize with a >

Helpful Brandan but does not completely solve problem. Thanks for your note.

Arrgh! I had accidentally saved the file twice to different folders and was working in the wrong one. Saved it again to the right folder and made sure it had the <nav>. That fixed it! Thank you so much!