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 How to Make a Website CSS: Cascading Style Sheets Use ID Selectors

Paola Palencia
Paola Palencia
2,753 Points

Is the normalize.css file a standard file that is added to all websites? Or its just for this specific case?

Not clear on that.

2 Answers

Mat Morris
Mat Morris
10,292 Points

It really depends on the Developer/team. Most teams have their own form of 'normalize.css' that is specific to the way their team sets everything up. It is a GREAT place to start with a lot of web sites.

I personally always use one just so that I'm definitely starting with a blank canvas so to speak. However, I've worked on a few sites and projects without and not ran into issues.