You are here : cssCSS 3letter-spacing

letter-spacing - CSS 3

The letter-spacing property increases or decreases the space between characters in a text.


Syntax

letter-spacing: normal|length|initial|inherit;


Example

h1 {    letter-spacing: 2px;}
	h2 {    letter-spacing: -3px;}


Output / Return Value


Limitations


Alternatives / See Also


Reference