Block Box Model Flashcards

1
Q

Up to where does the background-color and background-image properties apply by default?

A

They apply up to the outer edge of the border.

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

If the background-color and background-image properties are applied to the same element, how are the properties applied?

A

The color is applied first, and then the image is stacked on top of the color.

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

What happens when a border is applied to an element also having the background-color and/or background-image property applied?

A

The border is stacked on top of the color and or image.

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

Which property affects the area over which the background-color and background-image apply?

A

The background-clip property.

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

What are the allowed values of the background-clip property?

A

border-box, padding-box, and content-box.

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