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 trialJeffrey Cheong
5,653 Pointssetting the font-size to 0.9em the check work link is not working.
I think it may be a bug
Konrad Pilch
2,435 PointsWorked for me.
Sandro Würmli
15,353 PointsJust reload the page, or try another browser. I had similar bugs sometimes by checking code-solutions with Safari on OS X.
Konrad Pilch
2,435 PointsOr the code was wrong : p
2 Answers
Angel Naranjo
30 PointsHey 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
5,653 PointsOh thanks guys I though I put a ul after the .contact-info and apparently that was wrong.
Konrad Pilch
2,435 PointsSee, it was your code :)
Angel Naranjo
30 Pointsyour welcome.
Konrad Pilch
2,435 PointsKonrad Pilch
2,435 PointsOr your code : p