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 Debugging HTML and CSS Problems Use Developer Tools

im a little confused what the normalize.css does

what is normalize.css for.

2 Answers

Anwar Rizalman
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Anwar Rizalman
Python Development Techdegree Graduate 33,620 Points

I 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
Duong Le
986 Points

I 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.