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 CSS: Cascading Style Sheets Take a Mobile-First Approach

HTML background color

I have not used treehouse for a while and have recently returned and I am currently on CSS. In the video it asks me to delete the background color and to align the text to the center. However when I do these things and then go to preview, there is no change. Am I doing something wrong? Here is my CSS:

a {
  text-decoration: none;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

#logo {
  text-align: center;
  margin: 0;
}

I have just tried editing words in my index such as the footer and after saving, there seems to be no change to my preview. Also I've noticed it seems to ask me to choose ports now when I preview, could this have something to do with it?

UPDATE: so after trying workspaces using chrome, workspaces was finally able to save properly. It seems that the issue only happened with Firefox, has anyone else had this issue?

2 Answers

Sean T. Unwin
Sean T. Unwin
28,690 Points

I just tried this exercise with Firefox and it worked fine, although I had to use the default port (80) as none of the the others would work - received 'Workspace Unavailble' message in the new tab. I haven't tested enough to see if has anything to do with any installed extensions.

Dave Abalos
Dave Abalos
6,976 Points

I'm having same issue using Safari. I won't save properly. I was thinking maybe the server is overloaded or something. I can't finish the exercise since the console is blank and couldn't do anything. I'll come back to it next time.