Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

John Hartman
544 Pointsnormalize.css linking
just imported the normalize.css file but im still seeing the bullets next to the imagery that we href-ed earlier. My HTML looks identical to that in the video. Am i doing something wrong? Thanks
1 Answer

Jason Anello
Courses Plus Student 94,592 PointsHi John,
Did the bullets go away for the navigation? The bullets should be gone from the navigation but still there for the gallery at this point. Once you start writing "main.css" you will get rid of them.
The older version of normalize.css that this project uses only removes bullet points from lists within a nav
element. Since the gallery is not in a nav
element the bullets will remain. Removing them will be covered later.
For future reference, the newest version of normalize.css doesn't remove any bullets from lists at all.
lordcozycat
11,940 Pointslordcozycat
11,940 PointsBullets as in bullet points for lists?