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

CSS How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

Ralph X
Ralph X
3,461 Points

This question does not seem to relate to what we have just done? Why would I want to select h1? it is already selected?

It might be an idea to have the solutions to the exercises so you don't get stuck. Duolingo does this and it is really helpful. Having to write an email and wait for an answer is really frustrating and time consuming.

index.html
<body>
  <style>

    h1 {
      color: red;
    }

    </style>
    <h1>Nick Pettit</h1>
</body>

3 Answers

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Question 3 says "Nice! Finally, set the color of the h1 element to green." and you have red. Just change that and it will pass.

What kind of help do you really need here? Have you googled the forum? I rememeber that there is a solution to your problem elsewhere.

Ralph X
Ralph X
3,461 Points

Thanks Guys!