CSS Flashcards

1
Q

what property defines the direction items are placed in the container?

A

flex-direction

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

What property aligns items horizontally in the container?

A

Justify-content

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

What property aligns items vertically in the container?

A

align-items

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

What property changes the order of items?

A

order

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

What property allows you to wrap items on other lines?

A

flex-wrap

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

What does absolute position do to the document flow?

A

Absolutely positioned elements are on their on stack, so other documents will fill in the space it left

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

What does relative position do to the document flow and how it appears on the page?

A

relatively positioned elements do no affect document flow, put it does affect how it appears on the page

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

What is relative position?

A

Defines where the element is positioned relative to its block level

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

What is source order?

A

If styling is applied to an element’s class multiple times, the LAST style is ultimately applied

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

What is inheritance?

A

If no value is specified for an element’s property, then that element inherits parent element’s property

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