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

challenge 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

I figure out what is wrong. There is no need to use the ul after the .contact-info.

Gina Bégin
PLUS
Gina Bégin
Courses Plus Student 8,613 Points

Sorry 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.

Gina, I'm wondering the same thing! For some reason it works when I remove the ul, but I don't know why.

Alexey Tretina
Alexey Tretina
8,170 Points

Thanks for the self-answer! I had the same problem :)

Molly Christie
Molly Christie
4,564 Points

Phew! Thanks for the help :)

Thank you, had the same problem