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 Creating HTML Content Include External CSS

Amanda Mitchell
Amanda Mitchell
2,160 Points

Normalize.css

I linked the normalize.css stylesheet to my index.html document. However, when I preview the file, the bullet points are still next to the images on the home page.

It's happening both in Safari and in Firefox. Any theories on why this is happening?

Amanda

Do you see any style changes at all after you've added normalize.css ?

Alex Tasioulis
Alex Tasioulis
4,950 Points

Did you put it in the <head> and use the right syntax to link it?

Amanda Mitchell
Amanda Mitchell
2,160 Points

Yup, I saw slight font changes after adding the normalize.css. I also double checked the syntax. But let me check it one more time.

Scroll down the page a bit and you'll see Dagmar's answer.

| | | \/

Well that turned out to be the worlds worst down arrow :)

Amanda Mitchell
Amanda Mitchell
2,160 Points

hahaha! I did wonder what that was. lol. Thanks again though.

2 Answers

As far as I know normalize.css only removes the list style inside nav elements. In other lists you have to do that yourself.

Yes this is right. In the video Nick only talks about the bullet points being removed from the navigation. You'll remove the bullets from the images in a future video.

Amanda Mitchell
Amanda Mitchell
2,160 Points

My bad. I see what you guys are talking about now. Gracias!