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 Treehouse Club: CSS My First Web Page New HTML Features

I'm working on HTML & I've tried to change the color & the size of the font, but it won't let me.

I am working on HTML & I've tried to change the color and size of the font. I am following exactly what the teacher says & I've passed the quizzes. So I am not sure if I am doing something wrong? Or if maybe the workspace isn't working right. Has anyone else experienced this?

can you post your code so we can see what's going on.

do you have something like this:

 p {
 font-size: 24px;
color: blue;
}

I found another thread and it was because I was using chrome. I switched to Mozilla and I was able to make it work. Thanks for the response!

That shouldn't happening, all browsers accept font-size, and color values. You should look into this more.

2 Answers

Nattapol Kamolbal
Nattapol Kamolbal
15,528 Points

Checking to see that:

  • You've saved the file.
  • You've refresh your browser.
  • Your code haven't got any typos. (check your curly braces, semicolons and other thing)
Daniel Kurowski
Daniel Kurowski
11,231 Points

Hey, sometimes just workspaces don't work properly, I think. I had the same problem. Good solution might be just downloading resources and using your own editor :)