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

Code Challenge Styling Content

On the last part of the challenge I am suppose to Add the background texture.png from inside the img folder and set the background to repeat. And I did background: #420600 url('img/bg-texture.png') repeat;

What did I do wrong? I think it's right :-(

6 Answers

James Barnett
James Barnett
39,199 Points

Kristal - You are so close.

What they are saying is, to add an image named texture.png located in a folder named img as a background, and set that background to repeat.

Try to look at part with bg-texture.png

James Barnett
James Barnett
39,199 Points

Tomasz - Here on the Treehouse forums we usually try to give a hint first and then wait for the asker to respond.

The goal of these forums is not to get people past a code challenge, instead it's to supplement learning so students of Treehouse solve their own issues.

Ohh okay sorry. I didnt know :)

James Barnett
James Barnett
39,199 Points

Tomasz -

Ohh okay sorry. I didnt know :)

No problem, I just edited your post to remove the code to keep from giving away the answer.

Thank you for the suggestions. I would have replied sooner but I had to work.