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 trialJohn 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,610 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.
notf0und
11,940 Pointsnotf0und
11,940 PointsBullets as in bullet points for lists?