Generador de sombras (CSS)
Genera CSS para sombras (externas/internas) con parámetros ajustables.
Patrón
box-shadowtext-shadowColor (#000000)
Opacidad (50%)
Difusión (5px)
Desplazamiento Y (10px)
Desplazamiento X (10px)
Tamaño (0px)
Dirección
ExternaInternaExplicación
Generates CSS in real time from shadow parameters such as color and distance.
Settings
| Pattern | Choose between box shadows (box-shadow) and text shadows (text-shadow). |
|---|---|
| Color | Sets the shadow color. |
| Opacity | Sets the opacity of the shadow color. |
| Spread | Adjusts the blur/spread amount. |
| Distance | Sets the X/Y offsets of the shadow. 0px is centered. |
| Size | Sets the size of the shadow. Setting distance to 0px and increasing size creates a glow-like effect. |
| Direction | Choose whether the shadow is outside or inset. |