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 Adding Pages to a Website Add Iconography

My selectors became green and declarations are black

My selectors became green and declarations are black in my workspace.Is it ok?

3 Answers

Tatiana Karteeva Yes you are on right track. Selectors should be green color, property name should be in black and property value should be red for CSS in workspace.

When you use keyword values like auto and none they should be blue for CSS properties in workspace.

I hope it helps.

Thanks for your answer.

Hi Tatiana

paste some code so people can see if you have any errors in your code.

Thank you for answer. I really dont understand how to use the markdown cheat sheet((

just wrap you code between three ticks in the front and the back beginning with the kind of code for example

css  
html{
  color:red;
}