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 trialKathleen Eads
505 Pointshello team my code did not change to blue
code not changing to blue after saving
2 Answers
Tracy Excell
Front End Web Development Techdegree Graduate 15,333 Pointscolor code should look similar to this in the css:
h1 {
color: blue;
}
post an example of your code or link in the question for more help.
Kyle Schaper
3,427 PointsPlease share your code, but like Tracy said, it should look like that.
h1 {
color: blue;
}
nope
Courses Plus Student 4,771 Pointsnope
Courses Plus Student 4,771 PointsHave you looked in the preview window? Please share your code