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 trialJosh Keyes
710 Pointstelling my that i did not set paragraph to be black but I did the following. What is wrong? p { color: #000000; }
this is what I put when it asked me to make the paragraph black.
p { color: #000000; }
I am not sure what I did wrong.
1 Answer
Jason Anders
Treehouse Moderator 145,860 PointsHey Josh. Welcome to Treehouse.
Your code is correct, and it worked when I copy/pasted into the challenge (task 2).
Sometimes there is just a glitch in the code checker. Copy your own code from above, refresh the challenge, do task 1 again, and then paste the code above for task 2.
Keep Coding! :)
Josh Keyes
710 PointsJosh Keyes
710 PointsThank you Jason. For some reason it worked on the 4th time I submitted it. thank you for your assistance.