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 trialRaphael Reiter
6,820 Points[SOLVED] display:block ? can't seem to select profile-photo with : .profile-photo
i can't seem to finish the challenge. When I try to tag profile picture, i can't seem to do it. I use this code:
.profile-photo { display:block; }
Nothing seems to happen :(
Raphael Reiter
6,820 PointsI did thanks, I found the mistake... I was typing in the html window and not the css one... sorry :/
Iain Simmons
Treehouse Moderator 32,305 PointsHi Raphael Reiter, glad you figured it out. I've changed your question title to indicate that this has been solved.
tootiemcflow
5,601 Pointstootiemcflow
5,601 PointsDouble check that you added the
.profile-photo
class to theimg
tag.