What Is Letter Spacing?
Letter spacing is a HTML, CSS, and WikiText attribute that changes how far apart the letters are. Letter spacing is an excellent attribute for decorative text.
How To Use Letter Spacing
To use letter-spacing, type in:
letter-spacing:__px;
Fill in the blank with a number. The higher the number, the farther apart the letters are. Letter-spacing can also be paired with Fonts, Text Color, and other Wikitext/Wikicode attributes.
Examples
Purple Firefly text
The code for this:
<div style="color: purple; font-family: firefly; letter-spacing: 3px; font-size: 20px">Purple Firefly text</div>
Underlined text with letter-spacing.
The code for this:
<div style="letter-spacing: 3px"><u>Underlined text with letter-spacing.</u></div>