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

Setting font size for ".contact-info" class

After checking my work, I'm being told to be sure to set the font size to 0.9em. I have entered the font size as...

''' font-size: 0.9em; '''

Why am I getting this wrong?

2 Answers

.contact-info {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style: none;
}

Be sure that you are also doing everything else that the challenge is asking for. The code above is what I used and it passed.

Hope this helps!

That does help. I entered the exact same code. Thanks for the confirmation.

Thank you for your help guys. I decided to switch to the iPad Treehouse app and input the code I attempted earlier from my laptop. It worked on my iPad for whatever reason. I have no idea why the same code would work on one platform and not the other.