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 trialAlex Sanchez
4,501 Pointsim a little confused what the normalize.css does
what is normalize.css for.
2 Answers
Anwar Rizalman
Python Development Techdegree Graduate 33,620 PointsI believe it is a style sheet of your page. Assuming you are on the How to Make A Website course, the other main.css file that you have is another style sheet page where you write style code for a particular area that you want it to be apply that will cascade codes declared in the normalize.css file. So other area that you haven't already write any styling code to them will then follow the style codes under normalize.css.
Duong Le
986 PointsI hope this might answer your question http://nicolasgallagher.com/about-normalize-css/
Normalize.css is a small CSS file that provides better cross-browser consistency in the default styling of HTML elements. Itβs a modern, HTML5-ready, alternative to the traditional CSS reset.