Flexbox

Flexbox

1st Grade

8 Qs

quiz-placeholder

Similar activities

AL_lecture_search_algorithm

AL_lecture_search_algorithm

1st - 3rd Grade

13 Qs

HTML Test

HTML Test

1st Grade

10 Qs

Year1 (Ict)

Year1 (Ict)

1st Grade

10 Qs

MS Word Tables part 2

MS Word Tables part 2

1st - 5th Grade

11 Qs

HTML I CSS

HTML I CSS

1st - 12th Grade

10 Qs

HPE 2

HPE 2

1st - 3rd Grade

3 Qs

TYIT Quiz 1

TYIT Quiz 1

KG - 6th Grade

8 Qs

Roblox L4 Killblock

Roblox L4 Killblock

1st - 5th Grade

10 Qs

Flexbox

Flexbox

Assessment

Quiz

Computers

1st Grade

Medium

Created by

Tracy Smith

Used 19+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the property and value that defines a parent container as a flexbox?

display:block

float:left

display:flex

position:absolute

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

justify-content allows you to do what?

Defines how to position children elements vertically

Defines the direction of how children elements are positioned based on either row or column

Defines how children elements will wrap when the browser width is changed

Defines how to position children elements horizontally

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

align-items allows you to do what?

Defines the direction of how children elements are positioned based on either row or column

Defines how to position children elements vertically

Defines how children elements will wrap when the browser width is changed

Defines how position elements horizontally

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

flex-wrap allows you to do what?

Defines the direction of how children elements are positioned based on either row or column

Defines how to position children elements vertically

Defines how children elements will wrap when the browser width is changed

Defines how to position children elements horizontally

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

flex-direction allows you to do what?

Defines the direction of how children elements are positioned based on either row or column

Defines how children elements will wrap when the browser width is changed

Defines how to position children elements vertically

Defines how to position children elements horizontally

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

flex-basis defines

The boldness of the flex element

If the flex element is visible

The base of the flex element

The width of the flex element

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

flex-grow is applied to the child element, not the parent container

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the css 'order' for flex items allows you to do?

Specify at what time child flex items appear

Specify in what direction the child flex items appear

Specify in what order the child flex items appear

None of the above.