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
NAUSHAD DARUWALLA
1,587 PointsNormalize.css and grid.css are not working (build a simple website stage 3)
I have tried everything but these two files just won't work can anybody help me and tell me how to solve this probelm?
2 Answers
James Barnett
39,199 PointsHow to add normalize.css:
- Go to normalize.css file from 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 referencesnormalize.css
This works the same way as an <a> by using the href attribture
If you are still having trouble it's most likely one of 2 things:
- the syntax of
<link>tag- check out this post on using the
<link>tag
- check out this post on using the
- the file path
- check out this post out on absolute vs relative paths
NAUSHAD DARUWALLA
1,587 PointsI tried all of that but it still doesn't work. However I have 2 questions.
1:When you click the big green button, does it just show the code for you to copy/paste onto a desktop file or does it actually give you the option to place your download onto the desktop?
2: This is where I think I'm getting mixed up, First off, what is the project folder and how do I get there? Then how do I move normalize.css into my project folder?