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!

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

Please help with code. Challenge task 2 of 4

Front-end Web Development Challenge task 2 of 4 Set the color of paragraphs to black using a hexadecimal value. Question I am stuck here. Bummer! Double check that you've styled paragraph (p) elements to be black with a hexidecimal value. Code that i have so far is (See link) http://s12.postimg.org/xbcg56y2l/image.jpg How to proceed can you help and explain?

2 Answers

Found solution. Added to end: line: p { color: #000000; }

Im stuck on this even with your answer. Can you please explain how you have written the full formula. I have simply;

nav { background: #000000; }