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 Center the Wrapper

gabe brickle
gabe brickle
519 Points

My background isn't orange. Thanks for the help! Under main.css https://teamtreehouse.com/workspaces/14139902#

Josh Keenan
Josh Keenan
19,652 Points

Can't access that workspace, can you post your code or a workspaces snapshot.

5 Answers

Josh Keenan
Josh Keenan
19,652 Points

Close you header tag, you typo-ed with </headera> instead of </header>

Josh Keenan
Josh Keenan
19,652 Points

Firstly try setting background color to orange.

gabe brickle
gabe brickle
519 Points

I'm not sure how. If you take a look at the link, to the best of my knowledge, I have set it at orange and it's not working.

Josh Keenan
Josh Keenan
19,652 Points

Okay here's what I would do:

Firstly look in your index.html

on line 11 change your closing header tag needs to move.

/* get rid of this tag \/ */

</headera>

Also in your css use this instead of background:

background-color: orange;
Josh Keenan
Josh Keenan
19,652 Points

Okay here's what I would do:

Firstly look in your index.html

on line 11 change your closing header tag needs to move.

/* get rid of this tag \/ */

</headera>

Also in your css use this instead of background:

background-color: orange;