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

Kyle Adams
Kyle Adams
5,571 Points

Editor not recognizing 0.9em

I have set the font-size to 0.9em with font-size: 0.9em and the editor is still telling me that I haven't set it correctly so I can't pass this test.

Pedro GCA
Pedro GCA
20,683 Points

Hey Kyle, If you could paste your code here would be easier to help you. tks. ;)

Kyle Adams
Kyle Adams
5,571 Points

Just figured out what was going wrong. I was doing .contact-info ul{ } and I fixed it by changing to .contact-info{ }

1 Answer

Pedro GCA
Pedro GCA
20,683 Points

I think other people had the same problem and solved in this Post.