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

Leon Kenedy
Courses Plus Student 9,149 PointsCan you help with the Drop Shadow?
Here the link to the challenge. I really need help been stuck on it for like 30 minute's now.
http://teamtreehouse.com/library/css-foundations/backgrounds-and-borders/box-shadows
1 Answer

Gabriel Roczanski
Courses Plus Student 2,136 Points.box { box-shadow: 10px 10px 15px 5px #222; }
[x-offset] [y-offset] [blur radius] [spread radius] [color];