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 trialdeedavis
153 PointsThe background won't change from grey to blue??
If you are having trouble with your background, Click file, then and THEN refresh, this part of the instruction is not given in the video but this will save you some time...it's not you...keep going You got this!
2 Answers
Steven Parker
231,198 PointsThere are two steps to updating a preview in the workspaces:
- first, save the changes using the edit menu or the Ctrl-S keyboard shortcut
- then, refresh the browser to see the results (often the F5 key, depending on browser).
Make sure you're doing both of these.
Kane Sillifant
Front End Web Development Techdegree Student 1,517 PointsHi there,
instead of background-color; #XXXXXX;
do background-color: blue;
The problem is that you are probably using a # in front of blue. I had the same issue.