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 trialMUZ140004 Redeemed Zondo
5,623 Pointsstyling a paragraph
hie. how do i style a paragraph using hexadecimal
1 Answer
Stephen Bone
12,359 PointsHi MUZ140004 Zondo
As it looks like you must have passed the first task already as this is doing the same thing with h1 and h2 elements. I'm assuming you already understand how to select and style elements?
I'm guessing the only thing you need help with is that the paragraph element is p and the hexadecimal value for black is #000000.
Hope it helps but let me know if you need further explanation.
Stephen