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 trialBryan Merlos
1,399 Pointsprofile picture is not changing
i added the correct code to my css- .profile-photo { clear: both; display: block; max-width: 150px; margin: 0 auto 30px; border-radius: 100%; } but the image borders do not change at all. in the video he displays that it should be round, but this does not happen for me. I tried to restart workspace. I double checked the class name in the HTML file and it is the same. I am not sure what else to do. Someone please help! I am using chrome
Mary Nowak
1,441 PointsI'm a Chromebook user and I'm having the same problem - picture stays square. Has anyone found a solution?
Mary Nowak
1,441 PointsI'm a Chromebook user and I'm having the same problem - picture stays square. Has anyone found a solution?
4 Answers
Dakota Hataley-Cathcart
590 PointsI'm having the same problem on my mac, also using chrome. I know that all my code is correct, not sure what is happening..
Lily Thalheimer
1,492 PointsMe too...having the same problem
Andreas Anastasiades
2,916 PointsTried adding "clear: both;" yet?
Melisa Doran Cole
591 PointsDid this get solved? Having the same problem. Also tried "clear: both;"
Brittany Heskett
1,048 PointsI am having the same problem
Andreas Anastasiades
2,916 PointsAndreas Anastasiades
2,916 PointsMaybe you can try setting a height aswell and try changing the border-radius: 50%
Hope this works