InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS Gradient Functions creates a circular or elliptical gradient, and optionally sets its shape, size, and position?(a) radial-gradient()(b) circular-gradient()(c) elliptical-gradient()(d) none of the mentioned |
|
Answer» Correct choice is (c) elliptical-gradient() The explanation is: Self-explainatory. |
|