Visually design CSS box shadows. Adjust blur, spread, and color, then copy the cross-browser compatible CSS code.
Create CSS box-shadow with visual interface. Real-time preview and code copy.
.element {
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}