1a. A background gradient can be applied by setting a value to the background-image property
True
False
1b. We can apply either a liner or radial gradient to any element or to the body using CSS
True
False
1c. The 'blur radius" and the 'spread distance' are optional when using the box-shadow property
True
False
1-True
We can apply gradient using background-image property:
example-background-image: background-image: linear-gradient(to right, red , yellow);
2-True
Yes we can apply either linear or radial gradient to any element of body.
ex- 1-background-image: radial-gradient(red, green, blue);
2-background-image: linear-gradient(to right, red , yellow);
3-True
yes blur radius and spread distance are optional in box-shadown property.
ex- box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
x y blur-radius spread-radius color
Get Answers For Free
Most questions answered within 1 hours.