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 trialMantas Ramanauskas
1,834 Pointsnormalize.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
19,277 PointsHi 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
Mantas Ramanauskas
1,834 PointsMantas Ramanauskas
1,834 PointsThank you Owa.