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 CSS Layout Techniques Display Modes Which CSS Reset Method Should I Use?

What if you normalized some css that we still didn't learn?

What if you normalized some css that we still didn't learn?

That's like a hole we need to fill..

Edgar Fernando Escorza
Edgar Fernando Escorza
11,196 Points

If your put first your normalize.css in your html you will not have a problem with that.

3 Answers

The purpose of normalize is ensure consistent display across different browsers. Each browser has different defaults. It is not necessary to know everything a normalizer does. All that matters is that you know how to write CSS that gives the look that you want on your web page.

Yes, the only reason why you would want to know everything in "normalize" is if you plan to work with browser cross-compatibility. Other than that, you should learn all you can to manipulate the presentation.

As a future web designer you have to test your work with different web browsers in that way you know if your work works.