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 Fail

All my new CSS code from the lesson has absolutely no effect on my project. No orange background, no centered text...nothing. Any suggestions?

Also, make sure that you have properly linked your .css file to your .html file

2 Answers

I suggest you try validating the code for errors in code at the following website: https://jigsaw.w3.org/css-validator/ And as for the errors I to too had intial problems with workspaces which slowly were sorted out automatically. Try clearing browser cache and don't forget to save the code. All the best!:)

Thanks Stephen! I did try validating and no errors were found. I have also cleared my cache. Still no change but I hope it will sort itself out automatically like it did for you. :)

Hi Charlene,

Are you able to paste your code or make a snap shot of it?

Normally when this kind of thing happens it's a simple mistake such as miss typing something. Make sure you have correctly included the css file in your html document.

Hope this helps.