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

CSS How to Make a Website Customizing Colors and Fonts Write Hexadecimal Colors

Carlos Moreno Lebron
Carlos Moreno Lebron
519 Points

Set 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

h1 { color: #000; } h2{ color: #000; } can youplease help me.I can't find the mistake.thank you in advance:)

Emma Willmann
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Emma Willmann
Treehouse Project Reviewer

The 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
Carlos Moreno Lebron
519 Points

Thanks Emma - what a silly mistake.

p { color: #000; } this was the second step

Evan Sennott
Evan Sennott
685 Points

it doesn't work for me!

This doesn't work for me as well

ohh yeap i found it after a while thank you a lot!:)

Chad Miller
Chad Miller
690 Points

what about the second step of code?