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 trialbirk wirgen
725 Pointsnormalize.css
Nothing happends when i drag the file to my workspace, what should i do?
2 Answers
Luke Glazebrook
13,564 PointsHi!
Are you sure that you have included normalize.css properly in your .html file? Make sure that it is dragged into the correct directory and then use the following little code snippet to import it.
<link rel="stylesheet" href="yourfilehere.html">
All you should have to do is replace the href's value with the correct file directory and everything should work fine!
If you need any more help then don't hesitate to ask but hopefully it should all work straight away after you have made those changes.
-Luke
Sean Adamson
1,525 PointsHi, if you mean you cannot get normalize css to upload to workspace because you're on a pc, do this instead. Go to https://necolas.github.io/normalize.css/3.0.3/normalize.css and select all the css normalize code. Go to workspace and right click to create a folder and name it css. In the css folder create new file and call it normalize.css. Once this file is created in the file tree right click on it which will create a normalize.css tab on workspace. Simply paste the normalize css code into this new normalize.css workspace and save.