Flexbox

Flexbox

1st Grade

8 Qs

quiz-placeholder

Similar activities

OPPO Session Two Recap

OPPO Session Two Recap

KG - University

8 Qs

THE QUIZ

THE QUIZ

KG - University

8 Qs

Intro to Typing

Intro to Typing

KG - 5th Grade

10 Qs

royale high quiz

royale high quiz

1st Grade - Professional Development

6 Qs

Google Slides

Google Slides

KG - University

10 Qs

MATLAB

MATLAB

KG - University

10 Qs

iav ML Study Group Pop Quiz 4

iav ML Study Group Pop Quiz 4

1st - 2nd Grade

10 Qs

HTML I CSS

HTML I CSS

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