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 file not uploading to my workspaces

Hi:

I'm following along with Nick and have tried to upload the file normalize.css to my workspaces. The upload box in the lower left-hand corner appears when I drag the file over, but it does not upload. Is there something else I need to do? Thanks!

Kevin

3 Answers

I don't know why it's not loading and I'm sure I can't help with that in particular.

Instead of uploading to the Workplace maybe you can use the Google CDN to link the normalize.css.

Just add this to the head of the document just before your own styles:

<link rel="stylesheet" src="//normalize-css.googlecode.com/svn/trunk/normalize.css" />

An alternative is open normilize.css with your text editor. Copy all the content, then paste it in a new normalize.css file created directly in the Workplace.

Hope it helps.

That helps tremendously! I copied the code into a file on workspaces for normalize.css , so it should work. Thank you.

I had this problem also. I had to go into a file on the workspaces and then go to the upload file.