The spread-radius is used to adjust the size of
the shadow effect.
It accepts both positive and negative values.
A positive value expands the shadow,
while a negative value shrinks it.
It is an optional property, and if not specified,
its value will be 0 by default.
Let's look at an example:
In the above example, we added a distinct
spread radius to each box to control the size
of its shadow effect.
In the .shadow-expand
box and .shadow-enlarge
box,
we expand the shadow with values of 10px and 20px,
respectively.
In the .shadow-shrink
and .shadow-collapse
boxes, with negative values,
we shrink it by -10px and -20px, respectively.