1.
What CSS property is used to create a linear gradient background?
2.
How can you define a linear gradient that transitions from red to blue?
3.
What is the purpose of the radial-gradient() function in CSS?
4.
How would you create a radial gradient background that transitions from yellow to green?
5.
What does the background-image property do in CSS?
6.
How do you specify an image as a background in CSS?
7.
What is the purpose of the background-size property in CSS?
8.
How can you ensure that a background image covers the entire element, even if it's larger than the element itself?
9.
Which CSS property repeats a background image vertically and horizontally to fill the entire element?
10.
How would you repeat a background image only horizontally along the x-axis?