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 trialAlexander Sherrington
798 PointsNormalize.css
Is normalize.css a file you have to create and write out for yourself or is it a preset tool that is used when creating websites?
2 Answers
Pedro Cabral
Full Stack JavaScript Techdegree Student 23,916 PointsWhen someone mentions normalize.css they usually refer to this one: http://necolas.github.io/normalize.css/ by Nicolas Gallagher. Nothing would impede you to write a couple of rules yourself but you would be probably better off using something that has been battle tested and with a wide spread usage.
Pedro Cabral
Full Stack JavaScript Techdegree Student 23,916 PointsThe license is available here, but in short: yes, you can use it in any project.
@ atxdubya
2,307 PointsPedro Cabral, Thank you for the help.
@ atxdubya
2,307 Points@ atxdubya
2,307 PointsPedro Cabral, can normalize.css be used in any webpage without worry of copyright infringement? Or do you need permission to use it, outside of this course?