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 trialTatiana Basangova
610 PointsMy selectors became green and declarations are black
My selectors became green and declarations are black in my workspace.Is it ok?
3 Answers
nvcxnvkldsjaklfds
Courses Plus Student 5,041 PointsTatiana 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.
Andreas cormack
Python Web Development Techdegree Graduate 33,011 PointsHi Tatiana
paste some code so people can see if you have any errors in your code.
Tatiana Basangova
610 PointsThank you for answer. I really dont understand how to use the markdown cheat sheet((
Andreas cormack
Python Web Development Techdegree Graduate 33,011 Pointsjust wrap you code between three ticks in the front and the back beginning with the kind of code for example
css
html{
color:red;
}
Tatiana Basangova
610 PointsTatiana Basangova
610 PointsThanks for your answer.