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

Ricky Clover
Ricky Clover
988 Points

I changed the code on line 77 to blue and the background color did not change.

background-color: blue;

Joseph Zimmerman
Joseph Zimmerman
6,402 Points

Hi Ricky, please post your complete HTML and CSS so we can help! We need to be able to see the element your selecting and your markup to look for errors.

1 Answer

Steven Parker
Steven Parker
229,644 Points

When using workspaces, there are two thing to remember whenever you make a change:

  1. Be sure to save your changes, using the menu or the control-s shortcut
  2. Always refresh your browser after the save to update the preview.

I'd guess you missed one of those.

Ricky Clover
Ricky Clover
988 Points

Thanks for replying. I totally forgot to save the changes. When I saved them it did the trick. Thanks!