text-shadow: x-shadow y-shadow blur color;
text-shadow: 2px 2px 5px red;
To add shadow effects on text.
word-break: ;
Values:
normal
break-all
keep-all
Set whether line breaks should appear where text overflows.
family-font: ;
Font Types:
serif // have small strokes at the end of each letter
sans-serif // clean lines no strokes or lines
monospace // all letters have a fixed width
cursive // imitate human hand writing
fantasy // decorative/playful fonts
To change the font's characters.
text-decoration: ; //shorthand
Values:
underline
overline
line-through
none
Other Properties:
text-decoration-color: any color
text-decoration-style: solid, double, dotted, dashed, wavy
text-decoration-thickness: length value
Sets the appearance of decorative lines on text.
text-transform: ;
Values:
capitalize
uppercase
lowercase
none
Specify capitalization on text.
white-space: ;
Values:
normal
nowrap // makes text into one line, doesn't break
pre
pre-wrap
pre-line
break-spaces
Sets how white space should be handled in text.