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 How to Make a Website Customizing Colors and Fonts Use Classes in CSS

[SOLVED]. When styling the body tag in the css file it's highlighted red and the styling isn't applied. why is this?

my body tags are opened and closed as they should be so i don't understand why its highlighted red in the css file and the styling isn't applied. I currently don't have any other body styling in place so i don't know why its not "recognizing" body in css. Please help!

Could you paste your code?

thanks imouto, I figured it out. I hadn't completed the declaration above body by ending it with a }. this kept the body tag from being styled. Thanks!