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 trialDonald Blanchard
Front End Web Development Techdegree Student 140 PointsMy header, footer, main, and div have not changed after adding to style selectors and declarations on my style sheet.
I have gone through the lesson several times and have tried to change the order of the styles and other solutions but I can't seem to figure out why those elements wont show up on my website after adding them to the stylesheet exactly like the provided video. workspace snapshot is attached below.
1 Answer
Steven Parker
232,380 PointsThe index.html file is not referencing the CSS. Add this line to the <head> section, as you did in carbonara.html:
<link rel="stylesheet" href="styles.css">