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 trialgabe brickle
519 PointsMy background isn't orange. Thanks for the help! Under main.css https://teamtreehouse.com/workspaces/14139902#
5 Answers
Josh Keenan
20,315 PointsClose you header tag, you typo-ed with </headera> instead of </header>
Josh Keenan
20,315 PointsFirstly try setting background color to orange.
gabe brickle
519 PointsI'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
20,315 PointsOkay 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
20,315 PointsOkay 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
20,315 PointsJosh Keenan
20,315 PointsCan't access that workspace, can you post your code or a workspaces snapshot.