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 Introduction to HTML and CSS (2016) Getting Familiar with HTML and CSS Welcome to HTML and CSS

The 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
Steven Parker
229,785 Points

There are two steps to updating a preview in the workspaces:

  1. first, save the changes using the edit menu or the Ctrl-S keyboard shortcut
  2. then, refresh the browser to see the results (often the F5 key, depending on browser).

Make sure you're doing both of these.

Hi 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.