Flexbox

Flexbox

Professional Development

6 Qs

quiz-placeholder

Similar activities

L1_W18_Q1

L1_W18_Q1

Professional Development

3 Qs

AppInventor

AppInventor

Professional Development

10 Qs

Tech-it-Up A Notch

Tech-it-Up A Notch

Professional Development

10 Qs

html_tables

html_tables

Professional Development

10 Qs

FrontEnd: Primeiros Passos

FrontEnd: Primeiros Passos

Professional Development

10 Qs

4 - Facilitating Iteration Execution

4 - Facilitating Iteration Execution

Professional Development

10 Qs

¡Frontend check!

¡Frontend check!

Professional Development

10 Qs

Angular quizz

Angular quizz

Professional Development

11 Qs

Flexbox

Flexbox

Assessment

Quiz

Computers

Professional Development

Easy

Created by

Ashitha S

Used 14+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access Flexbox properties?

display: flex

display: flexbox

display: inline-flex

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What flex property causes flex items to be laid out on multiple lines rather than just one?

flex-flow

flex-wrap

flex-basis

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property forces flex items to be displayed at the baseline of their container?

align-items: flex-start

justify-content: flex-end

align-items: flex-end

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What Flexbox property do you use to move a flex item to the end of its container?

flex-grow: 1

justify-content: flex-end

flex-direction: row-reverse

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you center your flex items along the main axis?

align-self

align-items

justify-content

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you cause a flex item to grow in size?

flex-grow

There is no way to do this with Flexbox

flex-shrink