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
3 Answers

Dan Gorgone
Treehouse Guest TeacherThis previous post might hold the answer for you...

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
39,199 Pointsbackground-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.