Glubase - share your knowledge


All / Computers / Programming / CSS





  • View Command

CSS Reference

CSS letter-spacing definition

Browser support
IEFFOpSaf

Type:

Syntax

letter-spacing: <length>

Description

The letter-spacing property sets the additional space between characters.

Values

normal | <length>

Example

[Try this example yourself]
<p style="letter-spacing: 30px;">Example text</p>

Output

Example text

  • Comments

No comments added.