Szöveg jellemzői: word-spacing CSS jellemző tulajdonságai

Word-spacing

Szavak közti üres hely mérete

Declares the space between words in the text.
Lehetséges értékek:
normal (alap)
tetszőleges mértékegység
A length (in addition to the default space) or the predefined value of normal.
normal | <length> | inherit

Word-spacing minták, példák:

div { word-spacing:normal; }

div { word-spacing:1.5em; }


word-spacing: 2cm;
Alapértelmezett érték: normal
Öröklődő tulajdonság: igen
Media besorolás: visual
Csoport besorolás: szöveg jellemzői

Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,

További szöveg jellemzői:

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

Word-spacing CSS tulajdonságok, referencia

Webdesign