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 trialMegan Lamb
235 PointsMy "normalize.css" file will not transfer to the screen, how do I make it do that?
Where there is the index.html workspace open where you can work on it the normalize.css will not do that. When I click on it it just darkens on the left side handle.
3 Answers
john larson
16,594 PointsI hope someone will give you a better answer than this. The screen darkening sounds like a lagging pc to me. besides that, all this stuff we are learning is rather unforgiving. Make sure every single "." "<>" and whatever else is in the place where it is supposed to be. sometimes i have someone else look at my stuff to see if what i missed. I think you can copy and paste the url from the work spaces and then someone else can look at your stuff. HAVE FUN!!!
john larson
16,594 Pointsnothing to feel stupid about. this stuff can be a little overwhelming, SOOOOOOOOOOOO much to learn
Mattis Vahldieck
786 Pointsalso make sure to type the path in a case sensitive way.
If you css folder name is CSS instead of css make sure to use the right case sensitive path name in your <link rel= "stylesheet" href= "css/normalize.css">
Megan Lamb
235 PointsMegan Lamb
235 PointsThanks for the help! I actually figured out that the file was zipped so all I had to do was unzip it I feel stupid for not realizing that, but thank you anyway!