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 trialEbenezer Ewusi-Essel
212 PointsFirst CSS Challenge
I have done just what was said in the video tutorial but I seem not to get it right, what could I be possibly doing wrong?
Ebenezer Ewusi-Essel
212 Pointssorry I didn't get that
James Ingmire
11,901 PointsWell what is your question? Cant answer "I have done just what was said in the video tutorial but I seem not to get it right, what could I be possibly doing wrong?"
3 Answers
Daksh Shah
3,534 PointsHi Ebenezer!
Here's the correct answer to the code challenge you're stuck on:
<body>
<style>
h1 {
color: green;
}
</style>
<h1>Nick Pettit</h1>
</body>
Happy learning!
Ebenezer Ewusi-Essel
212 Points<body> <style> h1 { color: green; } <h1>Nick Pettit</h1> </body>
Is this correct?
James Ingmire
11,901 PointsYes that changes the text color to green.
Ebenezer Ewusi-Essel
212 PointsThank you, I just realized I didn't follow up my <style> with its corresponding </style>
James Ingmire
11,901 PointsJames Ingmire
11,901 PointsNeed the question to answer you!