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

Nathan Kay
Nathan Kay
518 Points

normalize.css has no affect on my index.html file

When I <link rel="stylesheet" href="css/normalize.css"> nothing changes!

David Michalec
David Michalec
2,132 Points

Do you mind posting a screenshot of you index.html where you included normalize.css?

2 Answers

Julian Aramburu
Julian Aramburu
11,368 Points

Hi Nathan! Every time you ask something, try to provide the code or some kind of example in order we can help you out! What do you mean with "it has no effect"?? Actually normalize.css doesn't generate that much change when used , just help to render the elements more consistently...so maybe it's already working but you just did not notice it?...

If you want us to help you out, please provide your code or a snapshot from your workspace!

Cheers,

Nathan Kay
Nathan Kay
518 Points

Nevermind I found my answer I didnt realize that the version in the video is an old version and that the new one, version 3, doesnt remove bullet points.