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 trialCarlos Moreno Lebron
519 PointsSet the color of paragraphs to black using a hexadecimal value.
I have tried the following with no success. I have also tried with nav and body.
p { color: #fff; }
6 Answers
Emma Willmann
Treehouse Project ReviewerHexadecimal for black is #000;
Alexandra Sikioti
Courses Plus Student 878 Pointsh1 { color: #000; } h2{ color: #000; } can youplease help me.I can't find the mistake.thank you in advance:)
Emma Willmann
Treehouse Project ReviewerThe first step for this code challenge is to set the color for h1 and h2 to white. #000 is for black. You need to use #fff.
Carlos Moreno Lebron
519 PointsThanks Emma - what a silly mistake.
Emma Willmann
Treehouse Project ReviewerI've done the samenthing plenty of times. :-)
Gocan Raul
2,109 Pointsp { color: #000; } this was the second step
Evan Sennott
685 Pointsit doesn't work for me!
eunice phiri
5,352 PointsThis doesn't work for me as well
Alexandra Sikioti
Courses Plus Student 878 Pointsohh yeap i found it after a while thank you a lot!:)
Chad Miller
690 Pointswhat about the second step of code?