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 trialBrandon Teav
5,834 Pointsstyle.css not being applied to index.html
I have watched the video multiple times and can't figure out what is wrong. :(
1 Answer
Mindy Sandilands
15,743 PointsI haven't watched the video lately so I'm not sure what was asked to get this project started but you have only linked one style sheet in your index.html file.
You have two css files (style.css and import-styles.css). Try linking the import-styles.css sheet also in the same way as you have linked the style. css.
You may want to combine these files into one style.css file but as I mentioned above I am not exactly sure what the project requirements are.
Hope this helps.
Brandon Teav
5,834 PointsBrandon Teav
5,834 PointsOh never mind, it works now I guess it was a bit buggy. Thanks though!