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 can you download and edit normailize.css with sublime text 2?

I don’t understand how to get normailize.css downloaded and injected into a web folder on sublime text 2. Please help????

6 Answers

James Barnett
James Barnett
39,199 Points

@Frank - You don't need to open normalize.css instead you need to link it your html page. This is called linking an external stylesheet. You can read more about linking external stylesheets in this Beginner's Guide to HTML & CSS.


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 file the normalize.css file in your sublime text project folder
  5. Create a link element that references css/normalize.css

This works the same way as an <a> by using the href attribture This assume that all of your css files are in a folder named css

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

Hey Frank,

Check out the Quick Tip I did on Normalize.

Hope it helps.

Thanks but I still have no clue what that video is teling me. When I download normalize, how do i open it in sublime????

Matthew Ong
Matthew Ong
6,041 Points

Just click on file then open folder and click normalize.css

@James, the info-slinging master! :)

Thanks for your continued help and support!

It doesn't work for me! :(