Background Properties Flashcards

1
Q

background-attachment:

A

Specifies whether a background image is fixed or scrolls within the containing block:

fixed
local
scroll (default)

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

background-blend-mode: (16 values)

A

Defines the blending mode of each background layer:

normal (default)
multiply
screen
overlay
darken
lighten
color-dodge
color-burn
hard-light
soft-light
difference
exclusion
hue
saturation
color
luminosity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

background-clip:

A

Determines the background painting area, which determines where the background is painted:

border-box (default)
padding-box
content-box

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

background-image:

A

Sets the background image(s) of an element. Drawn from first specified on top to others specified behind

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

background-origin:

A

For elements rendered as a single box, specifies the background positioning area:

padding-box (default)
border-box
content-box

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

background-position:

A

Specifies the initial position of a background image within the background positioning area:

top
right
bottom
left
center
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

background-repeat:

A

Specifies how background images are tiled after they have been sized and positioned:

repeat (default)
repeat-x
repeat-y
space
round
no-repeat
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

background-size:

A

Specifies the size of the background image:

auto (default)
cover
contain
50px
50%
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

background:

A

Shorthand property for:

[background-image] [background-position] [background-size] [background-repeat] [background-origin] [background-clip] [background-attachment] [background-color]

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