CSS Box Shadow Generator

Create beautiful box-shadow effects visually. Add multiple layers, adjust properties, copy CSS.

Shadow Layers

Element

12px

CSS Output

CSS Box Shadow Syntax

The CSS box-shadow property adds shadow effects around an element's frame. The syntax is:

box-shadow: [inset] offset-x offset-y blur-radius spread-radius color;

Multiple shadows can be combined with commas to create layered depth effects.