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

Jose Calvario
seal-mask
.a{fill-rule:evenodd;}techdegree
Jose Calvario
Front End Web Development Techdegree Student 775 Points

My profile ohote doesn´t change either using chrome or firefox

My profile photo doesn´t change in my css!

I can´t figure out what´s wrong here. I m using chrome.

I even tried adding clear: both; when I switched to Firefox.

My phote os jpg and it´s exactly 200px x 200px. Any help is appreciated!

/********* 
PAGE: ABOUT 
*********/

.profile-photo {
      display: block; 
      max-width: 150px;
      margin: 0 auto 30px; 
      border-radius: 100%;
 }

2 Answers

What does your HTML look like? Have you assigned the class to the image there? What are you try to change in the image. Is it just a 200x200 image right now with no frills?

Jose Calvario
seal-mask
.a{fill-rule:evenodd;}techdegree
Jose Calvario
Front End Web Development Techdegree Student 775 Points

Hey Chris

I just found out what was wrong. I forgot in my about.html the following:

class="profile photo"> instead of class="profile-photo">

Good you found the typo. They can be frustrating site interrupters.