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 trialfranceskos
2,169 PointsIcons does not appear in my contact page?!
.contact-ifno li.phone a { background-image: url('../img/phone.png'); }
.contact-ifno li.mail a { background-image: url('../img/mail.png'); }
.contact-ifno li.twitter a { background-image: url('../img/twitter.png'); }
3 Answers
Tristan Eason
13,400 PointsYou have a typo in your css rules. '.contact-ifno' should be '.contact-info'.
Christian Andersson
8,712 PointsAre you sure your class is called contact-ifno
and not contact-info
?
franceskos
2,169 PointsYeah!
I ve missed that!
I was looking for a code error, than when I saw ifno :P :P :P
Thank you guys!
Tristan Eason
13,400 PointsYour welcome! Typos happen all the time, even for the most advanced of coders.