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

ronald wicks
4,199 PointsNot 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
19,833 PointsRonald - 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?

Mike Morales
19,833 PointsWhat code challenge are you working on?

ronald wicks
4,199 PointsOn the css styling content. It is the last challenge on fonts and colors.

Mike Morales
19,833 PointsNo problem, man! I had that same problem, too. Sometimes, you have to read into the questions to get the answers.

ronald wicks
4,199 PointsAgree. Thanks
ronald wicks
4,199 Pointsronald wicks
4,199 PointsGot it thank you. I feel dumb. smh