webmonkey

 

letter-spacing

Page history last edited by Anthony K 2 yrs ago

Definition

 

Using this attribute we can define or set the white spaceing between each letter.

Negative values ARE allowed

 

It takes the following values:

 

Normal: Default. Defines the normal spacing between characters.

Length: Defines a fixed space between characters.

 

Inherited: Yes

 

Examples:

 

p

{

letter-spacing: 12px

}

 

p

{

letter-spacing: -0.5px

}

 

 

 

 

Information cited at http://www.w3schools.com/css/pr_text_letter-spacing.asp

 

 

 

p

{

letter-spacing: 10px

}

 

 

Instead of looking like this. With letter-spacing it can look l i k e t h i s

Comments (0)

You don't have permission to comment on this page.