CSS Box Shadow Generator

Create smooth, layered shadows visually. Generates ready-to-use CSS3 code.

Ad Space (Top Banner)
0px
10px
20px
-5px
0.4
CSS Code
box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.4);
Copied!
Ad Space (Bottom Banner)

Understanding CSS Box Shadow

The box-shadow property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the element, blur and spread radius, and color.

Property Breakdown

Last Updated: