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

HTML How to Make a Website CSS: Cascading Style Sheets Use ID Selectors

Adham Hammoud
Adham Hammoud
738 Points

I didn't understand the use of normalize.css ?, and should I download this file to be with me and use it at any project?

I want to know simply the main use of normalize.css and should it be used at any web design project ?

Thanks alot

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Adham,

This is the answer from another student's question I provided:

Normalize.css is used to "normalize" the style of a website across different browsers. As each browser has its own default settings, sometimes things can look very different on different browsers. Normalize is different from CSS Reset, which just eliminates any and all styles. Normalize makes things uniform across browsers and only affects the styles that need 'normalizing.'

Hope that makes some sense. Keep Coding!

Adham Hammoud
Adham Hammoud
738 Points

Thanks a lot for the fast answer, but should I save it at my computer and use it at any design project in the future ?

Thanks :)

Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

Personally, I believe it is a good idea to include it in every project/site, because it lessens the chance your site will show up weird on a different browser. You can download the normalize.css file from github to include in your sites.

Adham Hammoud
Adham Hammoud
738 Points

Thank you so much :)