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 trialJames Ojo
3,215 PointsWhat is the purpose of the normalize.min.css and how is thie different from the other 2 external CSS
There are 3 CSS files.
What is the purpose of each?
1 Answer
Steven Parker
231,248 PointsThe purpose of a "normalize" file (minimized or not) is to set the basic styling of the page in a way that will create a consistent appearance across different browsers.
For the other 2 files, you'd need to show them to us (as Jamie pointed out) for us to be able to comment on them.
For the most accurate question answers, always include any relevant code and a link to the course page you are working on.
Jamie Reardon
Treehouse Project ReviewerJamie Reardon
Treehouse Project ReviewerNormalize.min is a minimized version of the original normalize reset file.
You need to link to a video or show us your code so that we can see what other stylesheets you are referring to.