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 trialSandro Meschiari
18,418 Pointsset a color of paragraphs
hi guys i don't understand which paragraphs are we talking about on the second step of the challenge. Can anybody help me?
2 Answers
Emma Willmann
Treehouse Project ReviewerThis is looking for all paragraphs to be set to black, like this:
p {
color: #000;
}
Sandro Meschiari
18,418 Pointsthanks, i was doing a very stupid mistake!!!
Emma Willmann
Treehouse Project ReviewerNo problem. I've seen a lot of people run into problems with this. They set the color to white like the first task, instead of black. Happy coding!! :-)