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

Leumas Erasa
974 PointsWhat is the difference between Spread and Blur radius properties?
I have read that spread value makes the shadow bigger. Isn't this achieved by increasing the Blur radius or increasing the x and y values?
2 Answers

James Anwyl
Full Stack JavaScript Techdegree Graduate 49,960 PointsFrom this article
"The blur radius (optional) - if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be.
The spread radius (optional) - positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur)."
I made this pen which might help to see the difference.
Hope this helps :)

Leumas Erasa
974 PointsThanks for the explanation and especially the examples!
Kimberly Dolcin
4,369 PointsKimberly Dolcin
4,369 PointsThank you so much for the examples and explanation!!!