CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Make "Grand Hotel" Project Responsive - Part 2

CSS Bootcamp: Master CSS (Including CSS Grid/Flexbox) - Make "Grand Hotel" Project Responsive - Part 2

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to use CSS media queries to make a project responsive at different breakpoints. It covers setting breakpoints at 1200px, 900px, and 750px, and demonstrates how to adjust layout properties like flex direction, padding, margin, and z-index to ensure elements display correctly. The tutorial also includes specific instructions for centering text, resizing images, and rearranging elements using CSS properties.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step to make the 'About Us' section responsive at the 1200px breakpoint?

Change the flex direction to row

Change the flex direction to column

Increase the font size

Add a background color

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you ensure that navigation is displayed above images at the 1200px breakpoint?

Set the z-index of navigation to 0

Set the z-index of navigation to 5

Set the z-index of images to 10

Set the z-index of sidebar to 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to center text in the banner at the 900px breakpoint?

text-align: right

text-align: center

text-align: justify

text-align: left

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

At the 900px breakpoint, what is the new font size for the banner heading?

5.0rem

3.5rem

4.7rem

4.0rem

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What change is made to the customer cards at the 750px breakpoint?

Change flex direction to column

Add a border

Change flex direction to row

Increase the width

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the footer list displayed at the 750px breakpoint?

As an inline element

As a block

As a grid

As a flex container

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to reorder paragraphs in the footer at the 750px breakpoint?

flex-direction

justify-content

order

align-items