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 trialRaheem Wright
1,991 PointsDid anyone have a problem editing the Jane Smith browser in the HTML and CSS track?
.tag { background-color: blue; color: black; padding: 10px; border-radius: 5px; display: table; margin: 10px auto; }
won't turn blue on the jane smith browser
Steven Parker
231,264 PointsEven better, make a snapshot of your workspace and post the link to it here.
Raheem Wright
1,991 PointsTried to type "blue" where the hexadecimal number is located in ".tag{}", but ever time I refresh the syntax it shows the hexadecimal number(light grey).
2 Answers
Steven Parker
231,264 PointsI did not have a problem changing the background. After making the edit, I saved the changes (you can use "save" in the "file" menu or the shortcut Ctrl-S
). Then I refreshed the page. Note the only the prevew page was refreshed, not the workspace page.
Alita Edmonds
6,068 PointsHi Raheem! Everything looks good. Did you try saving your work? That could be why it is not showing up. Happy coding. Hope this helps!
Stuart Wright
41,120 PointsStuart Wright
41,120 PointsYour CSS works ok for me when I paste it on to the end of the provided CSS in the workspace. If you post your full HTML/CSS we might be able to spot the issue.