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 trialimperial digit
Courses Plus Student 690 Pointsnormalize.css it downloads but when i drag the files onto the workspace it just says Uploading but goes on forever.help
when i drag the file to the upload files here dark spot its just keeps saying uploading normalize.css and goes on forever but finishes ive left it for like 3 hours and ive retried and restarted my computer but it dosent work plz help im on windows
13 Answers
Tobias Helmrich
31,603 PointsHey there,
the best solution in this case would probably be to just copy the code from normalize.css manually from this page here, create the file manually in your workspace, name it normalize.css and paste it there. I hope that helps! :)
imperial digit
Courses Plus Student 690 Pointsthx :)
imperial digit
Courses Plus Student 690 Pointsbut when i copied the code it had a incomplete code but i dont know how to finish it
Tobias Helmrich
31,603 PointsWhat do you mean by incomplete code? Please make sure to copy the code from the beginning to the end and note that you have to scroll down to see the whole code. If you have further questions feel free to ask! :)
imperial digit
Courses Plus Student 690 Points/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
- 1. Set default font family to sans-serif.
- 2. Prevent iOS and IE text size adjust after device orientation change,
- without disabling user zoom. */
html { font-family: sans-serif; /* 1 / -ms-text-size-adjust: 100%; / 2 / -webkit-text-size-adjust: 100%; / 2 */ }
/**
- Remove default margin. */
body { margin: 0; }
/* HTML5 display definitions ========================================================================== */
/**
- Correct
block
display not defined for any HTML5 element in IE 8/9. - Correct
block
display not defined fordetails
orsummary
in IE 10/11 - and Firefox.
- Correct
block
display not defined formain
in IE 11. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
Tobias Helmrich
31,603 PointsAh, yes! Like I mentioned above make sure to copy the code from top to bottom and don't forget to scroll down to see the whole code.
imperial digit
Courses Plus Student 690 Points-ms-text-size-adjust: 100%; / 2 / -webkit-text-size-adjust: 100% is the part that is red
imperial digit
Courses Plus Student 690 Pointsi just did its dosent work :(
Tobias Helmrich
31,603 PointsCan you please make a snapshot of your current workspace and share the link with us? Look here to see how to make a snapshot.
imperial digit
Courses Plus Student 690 Pointshow do i post code?
Jason Anders
Treehouse Moderator 145,860 PointsJust out of curiosity... why are you trying to / need to upload Normalize.css into Workspaces?
If Normalize.css is needed for a course, it will be pre-loaded into the Workspace for you.
imperial digit
Courses Plus Student 690 Pointsit wasnt for me i need it for the how to make a website corse i dont have it pre loaded was it spposed to be?
Tobias Helmrich
31,603 PointsDid you make sure to launch a new workspace with the video instead of using the old workspace (if there was one)?
Jason Anders
Treehouse Moderator 145,860 PointsYes, it should be inside of the CSS folder that is loaded when you launch the workspace.
Did you launch the workspace using the link under the video?
imperial digit
Courses Plus Student 690 Pointsidk let me check
imperial digit
Courses Plus Student 690 Pointsnoi just re launched the workspace on the current video and its still the same
imperial digit
Courses Plus Student 690 Pointsi found an alternative thx for your help
Matt Young
3,565 PointsTo fix this, drag the file on to your desktop then upload to workspace!
Nathan Morrison
584 PointsNathan Morrison
584 Pointsi had the same problem but I saved normalize.css to my desktop then drag it to the workspace and it worked