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 Rafael-Gutierrez
354 PointsCan't get normalize.css
The link for the normalize.css files when I click on it gives me normalize.css.zip.
3 Answers
James Barnett
39,199 PointsHow to add normalize.css:
- Go to normalize.css file from github
- Click the big green
download
button - Save the file to your desktop
- Move the
normalize.css
file in your sublime text project folder - Create a
link
element that referencesnormalize.css
This works the same way as an <a>
by using the href
attribture. Make sure to use the right path for the normalize.css file here as well.
If you need help unzipping the file that would be step 2.5 read up on how to unzip a file
James Ingmire
11,901 PointsWinRaR is a good tool to unpack the contents, if you using some types of Windows operating system it tricks you to thinking when opening the zip its unzipped but its not; your just previewing the files. So use winrar or simular.
Dylan Dixon
947 PointsYes, when you get that you just need to extract it to, let's say your desktop for example.
Then there should be the individual files along with it.