Box Shadows

Box Shadow CSS Generator
Set the properties of your box shadow to get the CSS style. Use the sliders and the color picker to set the values and watch the live preview
<style>
    .bs-1 {
        width: 250px;
        height: 250px;
        box-shadow: 4px 3px 12px #777;
    }
</style>