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

I'm having problems with this task - I believe I have typed the code correctly - .contact-info ul { font-size: 0.9em;}

Unfortunately I don't know what I have done wrong and I cannot proceed to the next task. Please can anyway help? Thanks!

2 Answers

Sean T. Unwin
Sean T. Unwin
28,690 Points

There is no need to put the ul in -- just use the class. However, if you were to use the ul it should be ul.contact-info {}, but you don't need that for the challenge -- it increases the specificity, but that is outside the scope of this question.

There is more to the challenge request that you are missing as well.

:)

I see. Thank you!