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

CSS

CSS does not Apply on Chromebook

Hey, I just started the Deep Dive on CSS. I am using caret text editor on a Chromebook (have tried other editors, didnt work as well). For some reason, my html will work but my css will not. In Chrome Dev Tool I was able to click the link to my css file in the link in the head on my page, it worked just fine and opened a new tab with the css code. But for some reason it is'n applied to the html. I've checked the structure of the link a dozen times and I really have no idea of what to do.

Thanks for any advice,

Jonas

1 Answer

Darryl Amatsetam
Darryl Amatsetam
6,141 Points

Did you check for missing curly braces? You can check for errors using W3C validator. You can also find a html validate there.