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 trialpantelisparros
3,700 Pointschallenge task 1 of 5 Select the unordered list with the class contact-info and set the font size to 0.9em. Then, remove
i am writing the following code but i cannot pass the challenge as i get the be sure to set the font size 0.9em error.
.contact-info ul { font-size:0.9em; margin: 0; padding: 0; list-style: none;}
I cannot find what is wrong.
5 Answers
pantelisparros
3,700 PointsI figure out what is wrong. There is no need to use the ul after the .contact-info.
Gina Bégin
Courses Plus Student 8,613 PointsSorry to open this back up, but why don't you need to use "ul" in this case? It instructs to select it in particular, so it seems you'd need to put that in there.
rachaelallison
9,521 PointsGina, I'm wondering the same thing! For some reason it works when I remove the ul, but I don't know why.
Alexey Tretina
8,170 PointsThanks for the self-answer! I had the same problem :)
Molly Christie
4,564 PointsPhew! Thanks for the help :)
Heitor Augusto Pereira
5,119 PointsThank you, had the same problem