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

CSS How to Make a Website Styling Web Pages and Navigation Make a CSS Image Gallery

normalize.css

how do i download normalize.css?

2 Answers

You can download it at this link, http://necolas.github.io/normalize.css/

There will be a big green download button. After you download it, place the normalize.css file in the css directory of your project.

James Barnett
James Barnett
39,199 Points

How to add normalize.css:

  1. Go to normalize.css file from github
  2. Click the big green download button
  3. Save the file to your desktop
  4. Move the normalize.css file in your sublime text project folder
  5. Create a link element that references normalize.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 are still having issues it's most likely related to file paths, that's one of the most common issues for those new to web design. The key is to put your files in the correct folder relative, to your HTML file. You can read up about absolute vs relative paths