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 Iconography

Allison Parker
Allison Parker
933 Points

Mail icon will not show up

I can't get the mail icon to shot up but the Twitter and phone icons show up just fine.

https://w.trhou.se/9vc1ujxof1

2 Answers

Samuel Key
Samuel Key
3,310 Points

Your li class should be set to "email" to match the html file, not "mail"

.contact-info li.email a {
  background-image: url('../img/mail.png');
}
Allison Parker
Allison Parker
933 Points

That fixed it, thank you.