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 trialCris Cisneros
206 PointsHaving Trouble with External CSS
Hi, I can't seem to get the normalize.css right. The coding is right but when I opened up the page it's saying index of/ img/ css/ ../ and when I clicked on the img my page opened up but not with the normalize features. Help!
2 Answers
Cherie Burgett
8,711 PointsMake sure your normalize.css file is in your css file folder. if you are using workspace, you can drag and drop your file into the correct file, and rightclick to create a new file if needed. I remember some of the files not lining up properly for me in workspace when I did those lessons last week. I also had plugging the img folder whole into workspace and dragged and dropped those in individually and created a new folder for it.
in your html your code should look like <link rel="stylesheet" href="css/normalize.css">
Chandan K. Sah
Courses Plus Student 12,665 PointsHave you linked the css with your html file?
Post your html code and let me know where the normalize.css file is in your directory.