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 Creating HTML Content Include External CSS

Olivia Van Buskirk
Olivia Van Buskirk
353 Points

When 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
PLUS
William Li
Courses Plus Student 26,868 Points

Of 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.

Olivia Van Buskirk
Olivia Van Buskirk
353 Points

Thanks so much! That really clears things up.

James Alker
James Alker
8,554 Points

My 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:

About Normalize CSS

Olivia Van Buskirk
Olivia Van Buskirk
353 Points

Thank you so much! I appreciate it!