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 trialFreddie Tantoco
13,117 PointsMy bullet points on my images did not disappear. Maybe it has to do with the browser I'm using? Chrome.
After linking in my normalize.css my bullet points did not dissappear. Could this be because of my browser?
2 Answers
Jason Anders
Treehouse Moderator 145,860 PointsHey Freddie. Welcome to Treehouse.
Prior to the latest version, Normalize.css used to remove the bullet points. So, in the video you are watching, the bullet points probably do disappear as this the newest release of Normalize.css was probably after the video was recorded. Lucian is correct, however, in that you will soon learn how to remove these with your own CSS rules.
Keep coding! :)
Lucian Pintilie
9,938 PointsThe normalize.css is meant only for getting rid of the browser default styling. You will see later in the course that you will create a new css file, main.css in which you will write a rule to get rid of the bullet points you have mentioned.