Definition The letter-spacing property increases or decreases the white space between characters. Inherited: Yes Note: Negative val...
Definition
The letter-spacing property increases or decreases the white space between characters.Inherited: Yes
Note: Negative values are allowed.
JavaScript Syntax
CSS properties can also be dynamically changed with a JavaScript.Scripting Syntax: object.style.letterSpacing="3px"
Examples
p { letter-spacing: 12px } p { letter-spacing: -0.5px } |
Possible Values
Value | Description |
---|---|
normal | Default. Defines normal space between characters |
length | Defines a fixed space between characters |
Goto CSS3 and CSS2 complete reference