text aka content Flashcards
How do you set the text color?
p { color: green; }
text-align
Sets the horizontal alignment of a text.
center, left, right,
justify // like in newspapers, adds space to fill out towards edges.
text-align-last
specifies only the last line of content
vertical-align
sets the vertical alignment of text content
baseline, sup, super
text-top, text-bottom
text-decoration
*not recommended, can do overline, underline, and strikethrough
text-transform
Specifies the case in text:
uppercase, lowercase, capitalize
text-indent
specifies the indent on the first line of text content
letter-spacing
specifies the distance between letters
line-height
controls the space between lines of text
word-spacing
specifies the distance between words
white-space
specifies how white space is handled
normal, nowrap, pre, pre-line, pre-wrap
text-shadow
specifies text shadow
text-shadow: horizontal, vertical, blur, color;