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

Jeremiah Johnson
2,167 Pointsthere are elements of the downloaded css page that don't seem to be working?
I am on css and the downloaded css file "normalize" doesn't seem to be working fully. There are a couple highlighted spots on the document but I can't figure out what is wrong with them. I didn't change anything from the downloaded document. I did notice that not much changed, and I still have the bullet points on my nav on the practice website in workspace. How can I fix this?
3 Answers

jeremie singler
4,569 Pointshello , maybe
nav li {list-style:none;}
hope this will help

Emma Willmann
Treehouse Project ReviewerThe normalize.css file isn't necessarily meant to make huge changes, but instead is meant to help fix inconsistencies between different browsers. Here's a quick article that helps show what it is meant to do. http://nicolasgallagher.com/about-normalize-css/

Jeremiah Johnson
2,167 PointsI completed the lesson so I won't worry about it for now. Thank you though!