Mastering CSS Flexbox Concepts

Mastering CSS Flexbox Concepts

8th Grade

20 Qs

quiz-placeholder

Similar activities

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

Work basics

Work basics

8th Grade

18 Qs

Kelas 8C: Function IF Bagian Kedua

Kelas 8C: Function IF Bagian Kedua

8th Grade

20 Qs

CSS: NAV - MOD. CAJA - GRID LAYOUT

CSS: NAV - MOD. CAJA - GRID LAYOUT

6th - 8th Grade

15 Qs

Mr. Mac Technology class

Mr. Mac Technology class

6th - 8th Grade

20 Qs

Word Processing Unit 3 Quiz

Word Processing Unit 3 Quiz

6th - 8th Grade

21 Qs

Chủ đề E2 - Bài 5 - Thực hành soạn thảo văn bản có ảnh minh họa

Chủ đề E2 - Bài 5 - Thực hành soạn thảo văn bản có ảnh minh họa

4th Grade - University

20 Qs

Ulangan Harian

Ulangan Harian

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?