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

Emma Centenera
Emma Centenera
7,296 Points

Should I always normalize or reset the CSS?

Is it good practice to always reset or normalize CSS? Or is this something that could be optional? Thanks

1 Answer

Chris Shaw
Chris Shaw
26,676 Points

Hi Emma,

It's highly recommend that you do use a reset stylesheet as browsers don't have consistent base styles that we can use to build our sites whereas projects such as Normalize.css create the best possible scenario for a consistent base layout.

Emma Centenera
Emma Centenera
7,296 Points

That's what I thought, Thanks Chris.