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 Backgrounds and Borders Advanced Backgrounds

Not sure why this code isn't working.

I enter this code and the challenge box tells me to check my background image values.

.sketch {

    background: url('img/smiley.png') no-repeat right top, url('img/pencil.png') no-repeat left bottom,url('img/texture.jpg') #EED293;


}

It says its wrong, but when i preview it, it looks exactly as the challenge asks for it to look. Smiley face in the upper right section and the pencil in the lower left.

Any suggestions anyone?

6 Answers

Kevin Kenger
Kevin Kenger
32,834 Points

Hey Konstantin,

I checked out the challenge and it seems like you just have the order of your backgrounds wrong! Try moving the pencil background to be the first one.

Awesome! That worked. Thank you very much Kevin.

How about your curly braces?

Can you be more specific? Are you saying that they're far apart? Or am I missing some somewhere?

you're missing them

you're missing them

you're missing them