T3. Advanced CSS (Reviewer)

T3. Advanced CSS (Reviewer)

7th Grade

31 Qs

quiz-placeholder

Similar activities

Mr. Bush's Semester Exam

Mr. Bush's Semester Exam

6th - 8th Grade

29 Qs

Unit 2

Unit 2

6th - 12th Grade

35 Qs

Code.org Unit 2 Chapter 2

Code.org Unit 2 Chapter 2

6th - 12th Grade

35 Qs

Code.org Web Development

Code.org Web Development

6th - 12th Grade

35 Qs

HTML and CSS Basics - CSD Unit 2 Lessons 1-6

HTML and CSS Basics - CSD Unit 2 Lessons 1-6

6th - 8th Grade

34 Qs

Code.org: Unit 2 Lesson 1-13 Test

Code.org: Unit 2 Lesson 1-13 Test

6th - 8th Grade

26 Qs

CSS Review

CSS Review

6th - 12th Grade

30 Qs

html

html

KG - 12th Grade

26 Qs

T3. Advanced CSS (Reviewer)

T3. Advanced CSS (Reviewer)

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Janielle Hembrador

Used 135+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Maya's website buttons look squished on tablet devices. In her CSS code, what's the best way to fix this?

Delete all buttons on tablet view

Make all buttons invisible on tablets

Use the same desktop styling for all devices

Create a media query for tablet size and adjust button padding and width

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is this specific screen size where the website’s styling adapts to fit the device called?

screen size

breakpoint

screen

screen point

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A web developer is creating a product catalog. Users complain that all items are in one long row on desktop screens. Which Flexbox property should be implemented?

A. flex-direction: column

B. flex-wrap: wrap

C. display: block

D. justify-content: center

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Emma's client wants their product cards to have softened corners instead of sharp edges. Which CSS property combination should she use?

border-radius: smooth;

border-radius: 15px

border-style: curved;

border-type: smooth

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Miguel is developing a website to raise awareness about climate change as part of SDG 13: Climate Action. He wants to use a hero image of the Earth to emphasize the importance of protecting the environment. However, he notices that the image does not fully cover the section, leaving blank spaces on some screens. Which CSS property should Miguel use to ensure the background image completely covers the element and creates a visually impactful design?

background-size: cover;

background-position: full;

background-size: contain;

background-repeat: no-repeat

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: Tom's e-commerce site needs to adjust product cards based on screen size. On tablets, three cards should appear per row. He should use ________ to achieve this.

Reduce card size only

Hide extra cards on tablets

Create separate websites for each device

Use media queries with appropriate flex and width properties

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: When you layout CSS Cards using Flexbox, to evenly distribute items across the container, you should use ________.

align-items: center;

justify-content: space-around;

justify-content: space-evenly;

justify-content: space-between;

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?