Saved Bookmarks
| 1. |
What is linear-gradient() used in CSS3? |
|
Answer» In CSS3, the linear gradient STARTS at the top with the color red, transitioning to yellow and later to blue. It sets a linear gradient as the background IMAGE. USERS have to define at least two color STOPS to create a linear gradient. |
|