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

nilesh vora
nilesh vora
2,694 Points

select the anchor elements inside the contact-info list. then set them to block level elements

.contact-info a {
display: block; }

4 Answers

Are you not passing?

nilesh vora
nilesh vora
2,694 Points

No it's coming up as error message

What's the error?

nilesh vora
nilesh vora
2,694 Points

Did you set the display for the links inside of the contact-info list to block?

nilesh vora
nilesh vora
2,694 Points

Hi Colton

.contact-info a { display: block; }

This worked today thanks for your help