InterviewSolution
Saved Bookmarks
| 1. |
Which of the followingCSS 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 mentionedThis question was posed to me in quiz.This interesting question is from Gradients without Images in section CSS Text, Borders and Images of CSS |
|
Answer» CORRECT CHOICE is (C) elliptical-gradient() The EXPLANATION is: Self-explainatory. |
|