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!

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

Not sure what I am doing wrong in the CSS Fonts and Colors last code challenge?

On the last challenge I need to add a background image texture.png. I looked around and saw other people post the same problem and I tried to solve it based on what I read but, no luck. body { font-family: 'Nunito', sans-serif; color: #FAF3BC;
background: #420600 url('img/bg-texture.png') repeat; } Thanks for the Help!

3 Answers

Mike Morales
Mike Morales
19,833 Points

Ronald - Your code challenge is asking you to add the background, "texture.png" from inside the img path of your folder. Your code is almost correct but something does not belong inside your img path.

Let me know if you got it?

Got it thank you. I feel dumb. smh

Mike Morales
Mike Morales
19,833 Points

What code challenge are you working on?

On the css styling content. It is the last challenge on fonts and colors.

Mike Morales
Mike Morales
19,833 Points

No problem, man! I had that same problem, too. Sometimes, you have to read into the questions to get the answers.

Agree. Thanks