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 trialAdham Hammoud
738 PointsI 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
Treehouse Moderator 145,860 PointsHi 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
738 PointsThank you so much :)
Adham Hammoud
738 PointsAdham Hammoud
738 PointsThanks 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
Treehouse Moderator 145,860 PointsJason Anders
Treehouse Moderator 145,860 PointsPersonally, 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.