Mastering CSS Flexbox Concepts

Mastering CSS Flexbox Concepts

8th Grade

20 Qs

quiz-placeholder

Similar activities

HTML and CSS Quiz 2023

HTML and CSS Quiz 2023

6th - 8th Grade

20 Qs

S3 Web Development Test

S3 Web Development Test

8th Grade

20 Qs

Quiz 1: Revision for HTML and CSS

Quiz 1: Revision for HTML and CSS

8th Grade

20 Qs

MS Word

MS Word

6th - 12th Grade

20 Qs

Kuis Microsoft Word untuk Kelas 8 SMP (29-01-2024)

Kuis Microsoft Word untuk Kelas 8 SMP (29-01-2024)

8th Grade

20 Qs

Google Sheets - Level 1

Google Sheets - Level 1

5th - 12th Grade

15 Qs

Lesson 45-CSS Grid

Lesson 45-CSS Grid

5th - 12th Grade

15 Qs

CSIM 2.1

CSIM 2.1

8th Grade

20 Qs

Mastering CSS Flexbox Concepts

Mastering CSS Flexbox Concepts

Assessment

Quiz

Computers

8th Grade

Medium

flexbox, align-items

Standards-aligned

Created by

s Chughtai

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which property is used to define a flex container in CSS?

display: block;

display: flex;

display: inline;

display: grid;

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does the `flex-direction` property control in a flex container?

The alignment of items along the cross axis

The order of flex items

The direction of the main axis

The spacing between flex items

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How can you align flex items to the center along the main axis(x-axis)?

align-items: center;

justify-content: center;

align-content: center;

flex-wrap: center;

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Which property would you use to change the order of a specific flex item?

`flex-grow`

`flex-shrink`

`order`

`flex-basis`

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is the default value of the `flex-direction` property?

column

row

row-reverse

column-reverse

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which property is used to allow flex items to wrap onto multiple lines?

flex-wrap

flex-flow

align-items

justify-content

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

How can you make a flex item grow to fill the available space in a flex container?

flex-grow: 0;

flex-grow: 1;

flex-shrink: 1;

flex-basis: auto;

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?