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
Logan Henry
Courses Plus Student 264 PointsCSS content is not showing up
I've downloaded the project files for the CSS, but when trying to save the code that I put within the html to reset the CSS of my website it does't respond with anything new.
2 Answers
James Barnett
39,199 PointsI don't know which CSS reset you are using or what issues you are having since you didn't post your code.
But in general, if you want to use normalize.css
How to add normalize.css:
- Go to normalize.css repo on github
- Click the big green
downloadbutton - Save the file to your desktop
- Move the
normalize.cssfile in your sublime text project folder - Create a
linkelement that referencescss/normalize.css
The <link> tag, works the same way as an <a> by using the href attribute.
Note: These directions assume that all of your CSS files are in a folder named css.
Logan Henry
Courses Plus Student 264 Pointsthank you for your help!