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 trialEva Vint
742 PointsProfile Photo
My profile picture does show up for the about page (before adding stuff on CSS), but for some reason when I do the CSS addition, the picture disappears instead. I copied it exactly like it said in the video. Not sure what's wrong here.
.profile-photo { display: block; max-width: 150px; margin: 0 auto 30px; border-radius: 100%; }
3 Answers
Daniel Jackson
15,099 PointsHi Eva,
Check out this post and see if it helps! https://teamtreehouse.com/forum/picture-disappears
Gianni Zamora
9,547 Pointsif your picture is in a folder did you add the directory to it (img/profile-photo.jpg)
Eva Vint
742 PointsBecause I was using firefox on a windows laptop, I had to add clear: both; in that secetion.