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 trialarnavthecoder
3,453 PointsFooter color
I put the code for the CSS footer color and it just won't show. I picked pink but the footer color won't show pink, but black.
4 Answers
arnavthecoder
3,453 Points<link rel="stylesheet" href="css/normalize.css"> <style> footer { color: pink; }
</style>
This is the piece I wrote...
Jules Youngberg
16,945 Pointstry background-color
arnavthecoder
3,453 PointsThanks! A strip of pink is across the footer, but the text itself isn't pink.
erdragerdragsson
Courses Plus Student 5,887 Pointstry
footer p {
color: pink;
}
Jules Youngberg
16,945 PointsOh it's the text you want pink. In that case color: pink; should work but if it doesn't maybe try doing that on the the tag that contains the text