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

CSS

Junior Suarez Peralta
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Junior Suarez Peralta
Front End Web Development Techdegree Graduate 15,160 Points

Why use the normal css if you can work and addit on the normalizer?

what exacly is the work that we do on normalizer? is it only the initial editing to reset everything? o is it the whole design of the webpage we usually do in css

Assuming you are referring to a Normalize.css, as it states, it makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

Its a standard file to get you up and running quickly!

It is not a whole design of a webpage, so you will add your own CSS to style the webpage they way you want!