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!
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

jesse herja
1,553 Pointsquestion on the beginning of css
So in the discussion we use normalize.css . im a little confussed on how to use it with sublime text2. I am able to open it up in sublime text under a new window than my html but i can link the html to the css predownloaded material. I see you can add to the html project with sublime but im not understanding how to do that.
1 Answer

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 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