CSS Declarations Flashcards
1
Q
Absolute Meas. Values
A
in inches cm centimeters mm millimeters px pixels (1/96th of 1in) pt points (1/72 of 1in) pc picas =12pt if value is 0 then unit can be omitted
2
Q
Relative Meas. Values
A
em ems en ens rem root ems % percentage if value is 0 then unit can be omitted
3
Q
text-transform:
A
capitalize;
4
Q
font-variant:
A
small-caps;
5
Q
text-decoration:
A
none;
6
Q
font:
A
(font-style) (font-variant) (font-weight) (font-size)/(line-height) (typeface); requires at least font size and typeface selection to work
7
Q
text-align:
A
left; right; center;
8
Q
letter-spacing:
A
controls tracking
9
Q
word-spacing:
A
controls tracking only between words
10
Q
text-rendering:
A
optimizeLegibility;
11
Q
text-indent:
A
controls paragraph indent
12
Q
line-height:
A
controls leading