CSS: Gradient & Text Shadow Review

CSS: Gradient & Text Shadow Review

6th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Final Project Domain 1 and 2 (Major)

Final Project Domain 1 and 2 (Major)

12th Grade

10 Qs

Python Review 3

Python Review 3

7th - 9th Grade

10 Qs

Intro to Photoshop

Intro to Photoshop

3rd - 12th Grade

10 Qs

Printer Types

Printer Types

6th Grade

10 Qs

ทบทวนเครื่องมือใน Ps

ทบทวนเครื่องมือใน Ps

12th Grade

10 Qs

Graphic Design Basics

Graphic Design Basics

10th - 12th Grade

10 Qs

Data Representation - Images

Data Representation - Images

4th - 12th Grade

10 Qs

Photoshop Basic Terms

Photoshop Basic Terms

8th - 12th Grade

13 Qs

CSS: Gradient & Text Shadow Review

CSS: Gradient & Text Shadow Review

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

Rebecca Dang

Used 13+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A _____ lets you display smooth transitions between 2 or more colors.

gradient

text shadow

background image

color blur

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many color stops can you have on a linear gradient?

1

2

3

As many as you want

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would I write code to make a linear gradient that goes from blue to green (top to bottom)?

linear-gradient: blue green;

background-image: linear-gradient(blue, green);

gradient: linear blue green;

background: linear-gradient(green, blue);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How would I code this gradient?

linear-gradient(to bottom right, red, yellow);

linear-gradient(to right, red, yellow);

linear-gradient(red, yellow);

linear-gradient(to bottom left, red, yellow);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: The default radial gradient shape is an ellipse.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does h-shadow mean?

happy shadow

hand shadow

hazard shadow

horizontal shadow

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: blur-radius affects the blurriness of a text shadow.

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or false: You can only have one text shadow.

True

False