Flexbox

Flexbox

1st Grade

8 Qs

quiz-placeholder

Similar activities

Appropriate Website

Appropriate Website

1st - 3rd Grade

7 Qs

3D-моделирование и прототипирование

3D-моделирование и прототипирование

1st - 9th Grade

5 Qs

Quiz 8 (01.09.2021)

Quiz 8 (01.09.2021)

1st - 12th Grade

10 Qs

JC Quizizz Assignment

JC Quizizz Assignment

KG - 4th Grade

10 Qs

Recuperação da atividade 1 - 2° trimestre - Senac

Recuperação da atividade 1 - 2° trimestre - Senac

1st Grade

10 Qs

FlexBox

FlexBox

1st Grade

7 Qs

Lesson 18 - CSS Flexbox (C13)

Lesson 18 - CSS Flexbox (C13)

1st - 5th Grade

7 Qs

Екіөлшемді массив

Екіөлшемді массив

1st 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.