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

HTML How to Make a Website Adding Pages to a Website Add and Style Icons

Rui Martinho
Rui Martinho
21,221 Points

With 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
Carrie Lones
4,370 Points

Currently 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
Rui Martinho
21,221 Points

Thank you, Carrie and Sreng.

I was able to correct my answer, and complete the chalenge.

Sreng Hong
Sreng Hong
15,083 Points

<p>Your welcome, Rui!!!</p> <p>Good luck with your project</p>

Sreng Hong
Sreng Hong
15,083 Points

margin: top right bottom left