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

Mark Seward
Mark Seward
2,391 Points

How do I continue a challenge task when I simply don't know the answer to a code challenge?

I've hit re-check work 20x and I'm simply not getting the answer correct.

My second request is to help with the answer to the question: 'how to set the color of paragraphs to black?" #2 of 4

2 Answers

Remember you can always compare your code to the finished code in the project files. Here is what you should have so far.

h1, h2 {
  color: #fff;
}

p {
  color: #000;
}
Elena Newton
Elena Newton
39,588 Points

if you ever run into a problem you just don't know how to figure out, google the challenge question && || the error - inevitably you will find someone else who has had the same issue and likely someone who has answered them.