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 trialDipti Katkar
821 PointsBackground color not changed to red from blue
Hello!
In the first video, @3:48 in video transcript, the background color changes to blue.
When I type red instead of blue and refresh the page and preview workspace, it doesn't work. Can anybody explain what needs to be changed?
2 Answers
Steven Parker
231,248 PointsWhen you say you "did try to save style.css", are you sure it worked? If changes have not yet been saved, there will be a small orange dot in the tab next to the file name. You can see this in the video, and it vanishes when the instructor saves the file (I expect by typing Ctrl-S). Then after a successful save a browser refresh should show the change.
If that's not it, you could make a snapshot of your workspace and post the link to it here for a more detailed analysis.
Dipti Katkar
821 PointsThanks for your prompt reply Steven.
Here's a snapshot of my workspace- https://w.trhou.se/msd4jx1kon
Steven Parker
231,248 PointsSo your save was successful, but when you changed the color you also accidentally removed the semicolon at the end of the line. Just put the semicolon back and you should see the color change.
Dipti Katkar
821 PointsOh! I didn't notice that at all.
Thanks so much!
Dipti Katkar
821 PointsDipti Katkar
821 PointsI did try to save style.css and refresh my browser window, it still did not change. Any other ways to resolve it?