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 How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

when i type in the code it wont get my h1 green and when i click next it tells me to get it green dont know how ?

Im sure my code it correct but i think i did something wrong but it looks good to me and i need the ''h1'' tag green to get to the next work

index.html
<style>

  h1    {
    color: blue;
  }


</style>
  <h1>Nicklas</h1>

2 Answers

Did you set the color of the H1 to blue by accident?

You said the challenge asked you to set it to green.

Maybe try changing blue to green? :)

~Alex

I have something to say for you , if start with blue ok ,if the question ask for you change the chanllenge to green, it's simple change to green, I hope help you :).