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

CSS

Stage 7 Challenge Task 5 of 5

Any ideas what I am doing wrong?

Bummer

Thanks for any help :-)

Image 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?

2 Answers

Hi Josh,

I believe the challenge wants you to select the image with the class name you gave it in the first question.

Jeff

Jeff,

Thanks so much for your help. That is exactly what it was.

Josh