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

CSS How to Make a Website Beginning HTML and CSS Write a CSS Selector and Property

I am finding it very hard to progress from viewing to another lesson. I am working on Mozilla Firefox and Windows 8.1

On the left of my screen there is a workspace icon but then I am back to downloading/ touring.

I have done it before and cannot find that workspace.

My current workspace is difficult to work with as I cannot progress. I am stuck on whatever I am doing even after successfully learning a skill

index.html
<body>
  <style>

  h1 { 
    color: green;
  }

  </style>
    <h1>Nick Pettit</h1>
</body>

2 Answers

Thomas Workman
Thomas Workman
7,173 Points

You might try using a different browser, like Chrome. Also make sure that you have the most up-to-date version of your browser and have cleared cache, cookies, etc.

If that doesn't work, you should be seeing a 'launch workspace' button in each video. I've noticed that you sometimes have to open a new instance of the workspace to make sure things are still following along with the presenter. Hope that helps.

Thank You. I am now working on Mozilla and doing fine with workspace.