Generador de sombras (CSS)

Genera CSS para sombras (externas/internas) con parámetros ajustables.
Patrón
box-shadowtext-shadow
Color (#000000)
Opacidad (50%)
Difusión (5px)
Desplazamiento Y (10px)
Desplazamiento X (10px)
Tamaño (0px)
Dirección
ExternaInterna

Explicación

Generates CSS in real time from shadow parameters such as color and distance.

Settings

PatternChoose between box shadows (box-shadow) and text shadows (text-shadow).
ColorSets the shadow color.
OpacitySets the opacity of the shadow color.
SpreadAdjusts the blur/spread amount.
DistanceSets the X/Y offsets of the shadow. 0px is centered.
SizeSets the size of the shadow. Setting distance to 0px and increasing size creates a glow-like effect.
DirectionChoose whether the shadow is outside or inset.