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 trialLeanne Millar
Courses Plus Student 581 PointsChallenge task 5 of 5 - Give the image a border radius of 100% and a max width of 150px
Hi everyone. This is my code..
img {
display:block;
margin-top:0px;
margin-bottom:30px;
margin-left:0px;
margin-right:0px;
max-width:150px;
border-radius:100%;
}
Can anyone tell me what i'm doing wrong please?
2 Answers
Shelby Smith
2,374 PointsI dont think that you need all the extra margins just delete them and check that
Leanne Millar
Courses Plus Student 581 PointsI got it to pass. I had two img tags in the css file. The margins were from the previous task. Thanks for your help though