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

When I go about and create my own websites in the future where will I get the normalize.css file for them?

I just did my first video on css and I learned about the normalize.css file that resets all the default settings in the browser. When I create more websites in the future will I always need to have this file and if so where will I obtain it?

2 Answers

William Li
PLUS
William Li
Courses Plus Student 26,868 Points

yes, it's a generally a good idea to use normalize.css in development, as each browser applied its own set of default styles to a page, without normalize.css, your page may look a bit different from browser to browser.

You can get the latest normalize.css here

Thank you :)

Thien Nguyen
Thien Nguyen
20,555 Points

normalize.css http://necolas.github.io/normalize.css/

This link is under the teacher notes. I save important links as I learn for future reference!

Thanks :)