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 trialFrank Browne
Courses Plus Student 834 PointsHow 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
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:
- Go to normalize.css file from github
- Click the big green
download
button - Save the file to your desktop
- Move the file the
normalize.css
file in your sublime text project folder - Create a
link
element that referencescss/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
Frank Browne
Courses Plus Student 834 PointsThanks 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
6,041 PointsJust click on file then open folder and click normalize.css
ecp
838 Points@James, the info-slinging master! :)
Thanks for your continued help and support!
James Bryer
656 PointsIt doesn't work for me! :(