CSS drop-shadow() Function
The CSS drop-shadow() function adds a shadow effect to elements, like images, using horizontal and vertical offsets, blur radius, spread radius, and color parameters. It enhances visual depth and prominence in web design. Syntax: filter: drop-shadow(offset-x offset-y blur-radius spread-radius color)