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

Jaxon Gonzales
3,562 PointsCSS Not appearing on my Website
So, i'm working on the front end development course and i'm on making a website. I'm stuck on the adding Iconography video because it seems like my CSS wont apply to my website. Here is the code that I have:
.contact-info { list-style: none; padding: 0; margin: 0; font-size: 0.9em; }
.contact-info a { display:block; min-height: 20px; background-repeat: no-repeat; background-size: 20px 20px; padding: 0 0 0 30px; margin: 0 0 10px; }
.contact-info li.phone { background-image: url('../img/phone.png'); }
.contact-info li.mail { background-image: url('../img/mail.png'); }
.contact-info li.twitter { background-image: url('../img/twitter.png'); }
I went through several times and made sure it matched the video, can someone tell me whats wrong?

Ben Schroeder
22,818 PointsIt would help to be able to see the HTML you're using.

Kevin Korte
28,149 PointsYep, css looks good depending on the html
1 Answer

Jacob Mishkin
23,118 Pointscheck your file path. make sure your imgs are in the correct place, and your src's are correct.

Jaxon Gonzales
3,562 PointsI've checked every line of code and can't find the problem. I don't know if you guys will be able to see this but here is the link to my workspace:

Jaxon Gonzales
3,562 PointsI've checked every line of code and can't find the problem. I don't know if you guys will be able to see this but here is the link to my workspace:

Jaxon Gonzales
3,562 Pointsoops, sorry for the double post
Jaxon Gonzales
3,562 PointsJaxon Gonzales
3,562 Pointsby the way, all other CSS is working. Here is the respective HTML.