Gradients Flashcards
1
Q
Where can CSS gradients be used?
A
Anywhere images can be used.
2
Q
What are CSS gradients made up of?
A
Colors, numbers, and angles.
3
Q
What function is used to create a linear gradient in CSS?
A
linear-gradient()
4
Q
How does the linear-gradient() function work?
A
It generates an image with two or more colors transitioning progressively.
5
Q
What function is used to create a radial gradient in CSS?
A
radial-gradient()
6
Q
How does the radial-gradient() function work?
A
It radiates colors in a circular fashion from a specified position.