Modifying Text
Vertical Align
This is a sub line text example.
This is a super line text example.
This is a pixel example.
Here's another pixel example.
Text Decoration
This is underlined text.
This is overlined text.
This is lined-through text.
Text Indent
This text will be indented.
Notice that only the first line is affected by the
text-indent property.
Text Shadow
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
The quick brown fox jumps over the lazy dog
This Text has two shadows.
Text Transform
This transforms only the first character in each word to uppercase
This transforms ALL characters to lowercase.
This transforms all characters to uppercase.
Letter-Spacing
This paragraph is letter-spaced at 4px.
This paragraph is letter-spaced at -1.5px.
Word-Spacing
This paragraph is word-spaced at 16px.
This paragraph is word-spaced at -8px.
Word-Wrap
Normal: Antidisestablishmentarianism
With Word-Wrap: Antidisestablishmentarianism
White-Spacing
Value | Description | Example |
---|---|---|
Normal | Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. This is default | |
Nowrap | Sequences of whitespace will collapse into a single whitespace. Text will never wrap to
the next line. The text continues on the same line until a tag is encountered |
|
Pre | Whitespace is preserved by the browser. Text will only wrap on line breaks. Acts like the < pre> tag in HTML | |
Pre-line | Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks | |
Pre-wrap | Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks |