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 trialOlivia Van Buskirk
353 PointsWhen creating our own sites in the future, may we use the normalize.css file to normalize the style of our sites?
If not, where could we find a normalizing file we are permitted to use commercially (for websites people are paying us to make)?
2 Answers
William Li
Courses Plus Student 26,868 PointsOf course, normalize.css
is open-course, here's its Github repo, I believe its LICENSE is MIT, which means you can do anything with the code as you please.
James Alker
8,554 PointsMy understanding is that the normalize.css used in Treehouse projects is derived from Nicolas Gallagher's normalize.css which you can find and use here:
Olivia Van Buskirk
353 PointsThank you so much! I appreciate it!
Olivia Van Buskirk
353 PointsOlivia Van Buskirk
353 PointsThanks so much! That really clears things up.