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 trialSuhani Shah
Courses Plus Student 237 Pointshello, I couldn't upload the normalize.css file. When I drag it to the file tree area it keeps on buffering. Please help
Couldn't upload normalize.css file in my workspace.
Kevin Scanlon
1,248 PointsI had the same problem, here is what Joan recommended to me:
Joan Valls de Padrines Amengual 5,850 9 days ago
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.
Wayne Priestley
19,579 PointsWayne Priestley
19,579 PointsCan you try logging out then back in and see if that fixes it.