CSS box-shadow editor
Set the CSS position and length of the shadow under a photo or a text box. A margin may be included between the object and the shadow.
CSS code to copy
<style>
.shadow {
padding:0px;
box-shadow:0px 0px 8px 0px #888888;
}
</style>

