ClickStart logo CSS to the point

Setting character spacing

You can use the letter-spacing property to specify the space between characters.

Screenshot

Code

CSS

p.letterSpacing { letter-spacing: 10px; }

Usage

<p class="letterSpacing">text text text</p>

Example

Click here to see an example.