BetaCodophile is currently in active development. Features may change rapidly! 🚀
Back to CSS

Box Shadow

Add shadow effects around an element's frame. Support for multiple layers.

Layers

Layer Properties

0px
4px
14px
0px
Box Element
CSS Output
.box-element {
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.5);
}