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

Why is my code not working?

The body is coded white but it shows orange when previewed. Body is at the bottom of the page and under the selector #wrapper which is way above the body code is given the styling of background-color: orange.

body { background-color: #fff; color: #999; }

Hi Marguerite, would you post a snapshot of your Workspace? That way we might be better able to help figure out why the CSS isn't working like it should be.

Here's a helpful link on Workspace snapshots: https://teamtreehouse.com/community/workspace-snapshots

1 Answer

Thanks so much for looking at my code. My son looked at it and helped me figure out what was wrong and how to correct it. Again thanks to you guys