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 trial

HTML

HTML

I need some help to get out from the web design's task # 3. I have tried many ways to put color to my name

Steven Parker
Steven Parker
243,656 Points

Please add a link to the challenge. And maybe show what you tried that didn't work.

1 Answer

Hey Fajid,

I'll post the working code for you below, assuming that you're talking about the "Write a CSS Selector & Property" code challenge.

<style>

   h1 {
     color: green;
   }

</style>

<h1>Fajid Lewis</h1>

I'd strong suggest rewatching the videos whenever you get stuck though, especially when learning the basics, since they always show you what you'll be doing in the upcoming challenges.

Good luck with the course!

thanks for your help