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

Letter-spacing

Betűk közti hely

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

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

div { letter-spacing:normal; }

div { letter-spacing:5px; }

div { letter-spacing:-1px; }


letter-spacing: 3mm;
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 text-align text-decoration text-indent text-shadow text-transform unicode-bidi white-space word-spacing

Letter-spacing CSS tulajdonságok, referencia

Webdesign