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 trialnathan marq
1,939 PointsThis is kinda kinda tricky ...
it says to select the ul list inside the class contact-info
so I typed out the following ...
.contact-info ul {
}
the correct answer was
.contact-info {
}
I figured out what it was asking for ... but the question needs to be asked a bit better ...
2 Answers
Jason Anello
Courses Plus Student 94,610 PointsHi Nathan,
The instructions state (emphasis mine): "Select the unordered list with the class contact-info..." This is different from what you say in your question. The instructions don't say anything about the ul being inside another element with a class of "contact-info"
We can't see the html in this challenge but the instructions are telling you that the html looks like this:
<ul class="contact-info">
</ul>
This is an unordered list with the class "contact-info"
That being said, there are a lot of posts about this challenge with people trying to use .contact-info ul
So I don't know whether it's the instructions or something else from the videos.
nathan marq
1,939 Pointswhich is why I said it needs to be worded differently ...
YUCHIH YU
6,364 PointsYUCHIH YU
6,364 Pointsagree