Syntax
letter-spacing: Normal | Length
parameter
Normal: Default interval
length: by The length value of the floating point number and the unit identifier is allowed to be negative. See Length Unit
Description
This property defines how many spaces insertion between text characters. Since the character glyph is usually narrower than its character box, the usual interval is adjusted. Therefore, NORMAL is equivalent to 0.
Note: Allows the use of negative values, which will make the letters more tight.
Example
p {letter-spacing: 6px;}
p {letter-spacing: 0.5pt;}
Note: 1. Use letter-spacing only works on the text to be the
2 of the picture failure. Use letter-spacing to the Chinese characters to intervals in English to the
3. Use letter-spacing in Dreamweaver, you can see the
instance
of this instant effect, how to increase or reduce the character spacing.
h1 {letter-spacing: -0.5em} h4 {letter-spacing: 20px}thisisheader1
thisisheader4