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

Workspaces shows different results than in the code challenge

Your system is flawed. Ridiculous I'm spending time on this...

<style>
  h1 {color: blue;}  
</style>
<h1>Nick Pettit</h1>

Really ?! This is "wrong"? Really?

Bad enough that I have to use your editors... I guess I can always just cut-and-paste from mine... and I get the idea you're trying to implement but as your challenges become more complicated, I only see bugs creeping in and frustrating your users.

2 Answers

James Barnett
James Barnett
39,199 Points

Step 3 of the code challenge

Nice! Finally, set the color of the h1 element to green.

It appears you are setting the element to blue rather than green

The Treehouse Workspaces does have it's bugs here and there. But there's no reason to point it out in that manner. Just like every other bit of software, it's going to have bugs. Simply report them, politely, to the staff, and they'll try to fix them. These guys have worked their butts off to bring us quality material and teach us in an "easy to understand" manner. I've been through all of the CSS classes and have had no problem passing any of the challenges using the code that Nick provided. Don't let one bug ruin the whole experience.