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 How to Make a Website Creating HTML Content Include External CSS

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

Nathan Morrison
Nathan Morrison
584 Points

i had the same problem but I saved normalize.css to my desktop then drag it to the workspace and it worked

13 Answers

Tobias Helmrich
Tobias Helmrich
31,602 Points

Hey 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! :)

thx :)

but when i copied the code it had a incomplete code but i dont know how to finish it

Tobias Helmrich
Tobias Helmrich
31,602 Points

What 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! :)

/*! 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 for details or summary in IE 10/11
  • and Firefox.
  • Correct block display not defined for main in IE 11. */

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {

Tobias Helmrich
Tobias Helmrich
31,602 Points

Ah, 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.

-ms-text-size-adjust: 100%; / 2 / -webkit-text-size-adjust: 100% is the part that is red

i just did its dosent work :(

Tobias Helmrich
Tobias Helmrich
31,602 Points

Can you please make a snapshot of your current workspace and share the link with us? Look here to see how to make a snapshot.

how do i post code?

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

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

it 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
Tobias Helmrich
31,602 Points

Did you make sure to launch a new workspace with the video instead of using the old workspace (if there was one)?

Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

Yes, 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?

idk let me check

noi just re launched the workspace on the current video and its still the same

i found an alternative thx for your help

Matt Young
Matt Young
3,565 Points

To fix this, drag the file on to your desktop then upload to workspace!