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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Relative Meas. Values

A
em ems
en ens
rem root ems
% percentage
if value is 0 then unit can be omitted
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

text-transform:

A

capitalize;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

font-variant:

A

small-caps;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

text-decoration:

A

none;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

text-align:

A

left; right; center;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

letter-spacing:

A

controls tracking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

word-spacing:

A

controls tracking only between words

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

text-rendering:

A

optimizeLegibility;

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

text-indent:

A

controls paragraph indent

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

line-height:

A

controls leading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly