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

HTML

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

NAUSHAD DARUWALLA -

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

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