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

Desmin Taylor
Desmin Taylor
11,176 Points

Quiz is bugged.

It won't let me past the first question which I'm sure I am right about. It keeps telling me to be sure to set my font size to 0.9em when I already did that. Is anyone else having the same issue?

Can you enter your code in a post or comment and put three backticks before and after it: (```) (It's usually the key on the keyboard that is directly above the tab key and to the left of the number one key in the upper left hand side without holding shift)

Andrew McCormick
Andrew McCormick
17,730 Points

as jonm stated, please copy and paste your code so that we can see. I just did the test several times without problem, so maybe it's something small. Even just know, it gave me an error the first couple times I tried it because I was in a hurry and inputted 9em instead of .9em. After I fixed that it worked fine. I even tried formatting the answer differently and it worked.

1 Answer

James Male
James Male
6,619 Points

I am getting the same problem as Desmin. My code is:

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

I have opened a separate discussion for my problem however, My code may help both Andrew and Jonm answer.

I hope this helps!