The box-shadow
property in CSS is used to
create a shadow effect around an element.
To create a box-shadow, we need to provide
at least two values offset-x and offset-y.
Let's look at an example:
In the above example, we have applied a
box-shadow
with an offset of 20px
for both the x-axis and y-axis.