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 trialJosh Miller
2,336 PointsStage 7 Challenge Task 5 of 5
Any ideas what I am doing wrong?
Thanks for any help :-)
2 Answers
Jeff Busch
19,287 PointsHi Josh,
I believe the challenge wants you to select the image with the class name you gave it in the first question.
Jeff
Josh Miller
2,336 PointsJeff,
Thanks so much for your help. That is exactly what it was.
Josh
Josh Miller
2,336 PointsJosh Miller
2,336 PointsImage doesn't seem to be working.
Instructions say: Give the image a maximum width of 150 pixels and a border radius of 100%.
Here is my code:
img { display: block; margin: 0 auto 30px 0; max-width: 150px; border-radius: 100%; }
Lesson says: Bummer! Did you set the max width to 150px?