Some text properties
letter-spacing
- Some text with a normal letter-spacing
- Some text with a 1em letter-spacing
- Some text with a -1px letter-spacing
text-align
- Some text with text-align: left
- Some text with text-align: right
- Some text with text-align: center
- Some text with text-align: justify. This is only noticeable when this text uses more than one line.
text-decoration
- Some text with text-decoration: none
- Some text with text-decoration: underline
- Some text with text-decoration: overline
- Some text with text-decoration: line-through
- Some text with text-decoration: blink
- Some text with text-decoration: overline line-through blink
text-indent
- Some text with text-indent: none. This is only noticeable when this text uses more than one line.
- Some text with text-indent: -1em. This is only noticeable when this text uses more than one line.
- Some text with text-indent: 30px. This is only noticeable when this text uses more than one line.
text-transform
- Some text with text-transform: none
- Some text with text-transform: capitalize
- Some text with text-transform: uppercase
- Some text with text-transform: lowercase
word-spacing
- Some text with a normal word-spacing
- Some text with a 1em word-spacing
- Some text with a -2px word-spacing
Home - More stuff