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

Mantas Ramanauskas
Mantas Ramanauskas
1,834 Points

normalize.css

Hello everyone.

I had a short break from the programming and I do not recall what is normalize.css for? Can anyone explain me the value of this file?

Respectfully, Mantas

1 Answer

Owa Aquino
Owa Aquino
19,277 Points

Hi Mantas,

The normalize.css file is for resetting the browsers default setting. We use this to make all browsers (IE, Chrome, Firefox, Safari, etc.) have the same default values. It's not really necessary to include this to your project. If you want to make your own normalize file for your preferences. Hope this helps!

Cheers!

Owa