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 How to Make a Website Adding Pages to a Website Style New Pages

Liliana Leyva
Liliana Leyva
3,711 Points

Why my picture didn't change?

I am working on the about page, I added the .profile-photo class, but when I check in the browser the picture looks the same even if I refreshed. I tried adding clear: both; but didn't work either.

nico dev
nico dev
20,364 Points

Hi Liliana,

what is your code there? Sure you saved each of your files in Workspaces? Added the class both in the CSS and in the HTML file?

Liliana Leyva
Liliana Leyva
3,711 Points

Thank you Nico, I found the problem, was just a capital letter, I wrote the class in html like this: "Profile-photo" and in css : "profile-photo"

nico dev
nico dev
20,364 Points

Great that you found it without even needing any help!

Keep it up!