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 trialRui Martinho
21,221 PointsWith the anchor elements inside the contact-info list still selected, set the bottom margin to 10 pixels. Set all other
I do not understand what is wrong with my code
.contact-info li a{ display: block; min-height: 20px; background: no-repeat; background-size: 20px 20px; padding: 0 0 0 30px; margin: 0 10px 0 0; }
Can someone help
4 Answers
Carrie Lones
4,370 PointsCurrently your margin is set to 10px to the right. The bottom margin is going to be the 3rd number (first is top, second/fourth are right/left, and third is bottom).
Rui Martinho
21,221 PointsThank you, Carrie and Sreng.
I was able to correct my answer, and complete the chalenge.
Sreng Hong
15,083 Points<p>Your welcome, Rui!!!</p> <p>Good luck with your project</p>
Sreng Hong
15,083 Pointsmargin: top right bottom left