Flexbox

Flexbox

Professional Development

6 Qs

quiz-placeholder

Similar activities

PHP Tours Meetup #15 (CSS3)

PHP Tours Meetup #15 (CSS3)

Professional Development

10 Qs

CSS Quiz 2

CSS Quiz 2

University - Professional Development

10 Qs

CSS Flexbox Quiz

CSS Flexbox Quiz

Professional Development

5 Qs

CSS FLEX

CSS FLEX

Professional Development

6 Qs

CSS and HTML Quiz

CSS and HTML Quiz

Professional Development

10 Qs

HTML Tables and Layout Using Flexbox and Grid

HTML Tables and Layout Using Flexbox and Grid

Professional Development

8 Qs

FLEXBOX

FLEXBOX

Professional Development

10 Qs

Responsive Web Design

Responsive Web Design

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