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

Jeffrey Cheong
Jeffrey Cheong
5,653 Points

setting the font-size to 0.9em the check work link is not working.

I think it may be a bug

Sandro WΓΌrmli
Sandro WΓΌrmli
15,353 Points

Just reload the page, or try another browser. I had similar bugs sometimes by checking code-solutions with Safari on OS X.

Konrad Pilch
Konrad Pilch
2,435 Points

Or the code was wrong : p

2 Answers

Angel Naranjo
Angel Naranjo
30 Points

Hey I just tried it and it works. Try placing the code at the very bottom. Also, don't forget the class "contact-info" is within the ul element.

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

Not sure why in this challenge we are unable to view the html file of the code and only able to view the css file. It confuses most people.

Jeffrey Cheong
Jeffrey Cheong
5,653 Points

Oh thanks guys I though I put a ul after the .contact-info and apparently that was wrong.