CSS Layouts Flexbox

CSS Layouts Flexbox

University

11 Qs

quiz-placeholder

Similar activities

HFTSK Day 4 Recap

HFTSK Day 4 Recap

12th Grade - Professional Development

7 Qs

Quiz1_Wk1_G5C1

Quiz1_Wk1_G5C1

University

12 Qs

Samsung S24 Ultra

Samsung S24 Ultra

University

13 Qs

Day -5 Workshop Quiz

Day -5 Workshop Quiz

University

15 Qs

Quiz __ Day --7

Quiz __ Day --7

University

10 Qs

Name that movie

Name that movie

KG - University

10 Qs

Computer Graphics

Computer Graphics

10th Grade - University

14 Qs

quien sabe mas de los de los compas

quien sabe mas de los de los compas

1st Grade - Professional Development

10 Qs

CSS Layouts Flexbox

CSS Layouts Flexbox

Assessment

Quiz

Other

University

Hard

Created by

Aymane Benhima

Used 12+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which three values do the justify-content and align-items properties share?

flex-start, flex-end, flex-center

flex-start, baseline, stretch

flex-start, flex-end, center

flex-start, baseline, flex-center

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property does not use the main axis to position the flex items?

flex-wrap

align-content

justify-content

flex-grow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following justify-content values positions all flex items in order with no additional spacing at the end of the row?

space-between

flex-start

flex-end

center

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of the following shorthand syntaxes would achieve the same styling on the item class?

flex: 2 1 120px;

flex-flow: 2 1 120px;

flex: 1 2 120px;

flex: 120px 1 2;

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Based on the code below where #container is a flex container and .box are its flex items, what can we assume about the width of the .box elements?

The width of the .box elements will always be 300 pixels

The width of the .box elements are invalid because the width of flex items must be declared using the flex-basis property.

The width of the .box elements will be at least 300 pixels but will grow id the screen size is big enough.

The width of the .box elements will depend on the size of the screen.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the align-items property used for?

To align flex items on the main axis.

To align flex items on the cross axis.

To align flex items on both the main and cross axes.

To align flex containers on the cross axis.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following display values will allow multiple flex containers to appear inline with each other?

flex

inline-flex

inline-block-flex

block-flex

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?