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 trialnilesh vora
2,694 Pointsselect the anchor elements inside the contact-info list. then set them to block level elements
.contact-info a {
display: block;
}
4 Answers
Colton Ehrman
Courses Plus Student 5,859 PointsAre you not passing?
nilesh vora
2,694 PointsNo it's coming up as error message
Colton Ehrman
Courses Plus Student 5,859 PointsWhat's the error?
nilesh vora
2,694 PointsDid you set the display for the links inside of the contact-info list to block?
nilesh vora
2,694 PointsHi Colton
.contact-info a { display: block; }
This worked today thanks for your help