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 trialTsitsi Moyo
6,149 PointsHOW DO I DOWNLOAD"normalize.css"to my browser
download "normalize.css"
2 Answers
Tom Lawrence
8,685 Pointsits just a CSS file. Literally type in "normalize.css" in google and the very first result brings you to a page where you can download it.
Once downloaded, you have a CSS file.
You then go into your HTML page and link to the CSS file as normal using something like:
<link rel="stylesheet" type="text/css" href="normalize.css">
Treehouse has a video that explains it all. Remember its just a CSS file though, no magic.
https://teamtreehouse.com/library/applying-normalizecss-browser-reset-css
Steve Hunter
57,712 PointsTry here - that should let you copy & paste it.
Steve.