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

HTML

Hunter Matthews
Hunter Matthews
1,559 Points

Missing File Img

I have fixed the problem please close this thanks

3 Answers

Hunter Matthews
Hunter Matthews
1,559 Points

@dan i have done this and this is what i have mabye its typed wrong but i do not think so mabye someone can help with checking this

background-color: #4FB69F url('img/texture.png') no-repeat right top;

and thats under .btn in the style.css

James Barnett
James Barnett
39,199 Points

background-color only works for setting the color of the background.

If you want to combine multiple background properties together you need to use the short hand syntax for the background property.