Box Shadow Generator
Generate box-shadow CSS. Adjust offset, blur, spread, color.
CSS
box-shadow: 0px 4px 6px 0px #00000033;
Related tools
How it works
- 1Adjust offsetX, offsetY, blur, spread with sliders.
- 2Pick color.
- 3Check inset for inner shadow.
- 4Copy the generated CSS.
Example
box-shadow: 0 4px 6px -1px #00000033;