Gradients Flashcards

1
Q

Where can CSS gradients be used?

A

Anywhere images can be used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are CSS gradients made up of?

A

Colors, numbers, and angles.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What function is used to create a linear gradient in CSS?

A

linear-gradient()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does the linear-gradient() function work?

A

It generates an image with two or more colors transitioning progressively.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What function is used to create a radial gradient in CSS?

A

radial-gradient()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does the radial-gradient() function work?

A

It radiates colors in a circular fashion from a specified position.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly