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.


Parameters

Position:     Top     Bottom     Left     Right

Width of the shadow     Expansion of the shading

Internal margin     Color #

Spread radius, outer (positive) or inner (negative)


CSS code to copy

<style>
.shadow {
  padding:0px;
  box-shadow:0px 0px 8px 0px #888888; 
}
</style>