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 trial

HTML How to Make a Website CSS: Cascading Style Sheets Use ID Selectors

Phillip Berger
Phillip Berger
3,268 Points

main.css does not appear to be working through the site

I am currently in the "Use ID Selectors" portion of the project. When I went to add my main.css portion of the project it doesn't seem to be registering with the website. I tried double checking my code, and made sure that the link pathing was correct with no caps, but still can't seem to get the styling to work. I attached the hyperlink for a snapshot of my workspace. Thank you https://w.trhou.se/ovo7g1ggpl

1 Answer

Kristopher Van Sant
PLUS
Kristopher Van Sant
Courses Plus Student 18,830 Points

Hey there Phillip! Thanks for attaching the snapshot, that's always a huge help. Check out lines 6 & 7 in your index.html, where you have your links to your stylesheets. You've forgotten the "t" in stylesheet on both lines. :) Hope that helps!! Keep up the awesome work!