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

Pedro Bustillo
Pedro Bustillo
3,608 Points

the instructions under .profile-photo are not working for me. I see no effect on the photo. .... I am using Safari/Mac

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

I see no effect on the photo. Not rounded, not smaller, etc.

5 Answers

Tiffany McAllister
Tiffany McAllister
25,806 Points

Can you please also post your HTML?

Pedro Bustillo
Pedro Bustillo
3,608 Points

<section> <img src="Img/Pedro.jpg" alt="Photograph of Pedro" class="profile-photo"> <h3> About </h3> <p> Hi, I am Pedro and this is my first testing side ....</p>

</section>

I see the photo and every thing else. But I can not modify the format with the CSS instructions.

Tiffany McAllister
Tiffany McAllister
25,806 Points

Have you linked your CSS file correctly?

Pedro Bustillo
Pedro Bustillo
3,608 Points

something is happening with Safari: Now the photo is smaller (rounded) ... I believe it happened after I shutdown the workspace and opened it up again ... But now, when I change the number of Border-radious nothing happens.

don't know what the problem is.

Cheers

P.

Pedro Bustillo
Pedro Bustillo
3,608 Points

now it seems to be working. Don't ask me what happened because I have no clue. Again, it started to work once I closed and opened the workspace.

Keep you update

Thanks for your help

P.