Szöveg jellemzői: text-shadow CSS jellemző tulajdonságai

Text-shadow

szöveg árnyékolásának beállítása

Declares shadow effects on the text.
Lehetséges értékek:
A list containg a color followed by numeric values (separated by spaces) that specify:

The color for the shadow effect
Horizontal distance to the right of the text
Vertical distance below the text
Blur radius

Text-shadow minták, példák:

div { text-shadow:green 2px 2px 7px; }

div { text-shadow:olive -3px -4px 5px; }


Alapértelmezett érték: nincs
Öröklődő tulajdonság:
Media besorolás:
Csoport besorolás: szöveg jellemzői

Kompatibilitás: CSS 2, CSS 3,

További szöveg jellemzői:

color direction line-height letter-spacing text-align text-decoration text-indent text-transform unicode-bidi white-space word-spacing

Text-shadow CSS tulajdonságok, referencia

Webdesign