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

? when I take the quiz I keep getting Bummer even though I get the color change correct in workspace .

<style>
  h1 {
       color: blue;
  }
</style>
   <h1>name<h1>

Maybe you should read this?!

4 Answers

Please post a Link to the Quiz.

What is the question?

Hi Loren,

You should always post a link to the challenge so those helping you can get the details.

From what I remember the color was supposed to be green.

I think you don't mean "quiz" but "code challenge".

As far as I know it's not possible to solve a code-callenge task in workspace. Instead you have to solve the task in the editor right below the task message. To do so select the ".css" tab and edit the style right there.