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

CSS CSS Foundations Text, Fonts, and Lists List Styles

preview does not work in CSS Foundation Challenge list-styles

The preview doesn't work for the background image of the list items.

4 Answers

Actually it's ok. This is because the formulation is a little confuse. It's about an image inside the img folder so the good code sould be background-image: url('./img/...'); But for this challenges you must consider that the img folder is at the same level with the css folder which is not the case usually so the code here is url('img/...');

loic, can you try copying your code to a clipboard and refresh the page? Sometimes that clears up the problem.

No it doesn't work : (

If you think you've tried everything on your end, maybe try asking support to see what's going on.

ok thanks it's done.