The drop-shadow() CSS function applies a drop shadow effect to the input image. Its result is a <filter-function>.
Options
Preview
Code
filter: drop-shadow(5px 5px 10px #000000);