box-shadow
Offset, blur, spread and color define the perceived depth of a box.
The common pattern is `box-shadow: offset-x offset-y blur spread color`. Horizontal and vertical offsets place the shadow, blur softens it, spread grows or shrinks it, and color defines the tone.
You can also combine several shadows in one declaration. That is often how modern interfaces create softer, more realistic elevation.