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

HTML How to Make a Website CSS: Cascading Style Sheets Use ID Selectors

Oliver Duncan
Oliver Duncan
16,642 Points

Unordered list items with images still draw bullets

I just noticed that after linking "normalize.css," the bullet points disappeared for nav but not for section, so the images on the webpage each have a bullet

3 Answers

Anthony Stapor
Anthony Stapor
3,369 Points

Hi, don't worry about them, they'll come off with CSS later on.

Craig Watson
Craig Watson
27,930 Points

Hi Oliver,

Anthony is right they get removed later in the course.

I thought I would just point you to something I have been working on recently, it is a full working example of the website built when following along with this course. You can view the finished website here, I have spent a long time on the Code Explained page trying to help go trough a few thing that I didn't quite pick up fully when doing the course first time round.

You can also see the source files for the project here making it easy to compare with a working version should you need to :)

Hope this helps! Craig

That's a fantastic reference. Thanks Craig!