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 Basics Getting Started with CSS Layout CSS Reset with Normalize

Kasra Tabrizi
PLUS
Kasra Tabrizi
Courses Plus Student 7,429 Points

Why not use Eric Meyer's "Reset CSS" instead?

Eric Meyer's Reset CSS stylesheet, resets everything completely. Isn't that a better thing to do when making a website from scratch? Let me know what you guys think. Thanks.

P.S. for the people who don't know what I'm talking about check this website where it explains what it is + the source code => https://cssreset.com/scripts/eric-meyer-reset-css/

1 Answer

Seth Kroger
Seth Kroger
56,413 Points

Reset CSS is another option. Though it is simpler than Normalize it is also rather different. While Normalize gives you a default formatting that is consistent across all browsers, Reset erases formatting altogether and forces you rewrite the CSS for any element you want to display.