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 trialJesus Palomino
180 PointsDownloading
Im having problems downloading "normalize.css" it downloads but its not showing like it does In the video.
1 Answer
Christian Andersson
8,712 PointsYou can either implement it from Google:
<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />
Otherwise you can grab it from here:
https://necolas.github.io/normalize.css/3.0.2/normalize.css
Depending on your browser, the above link will either download it as a file to your computer, or it will display the code. If the latter, just copy-paste all of it.