CSS Gradients
- Which of the following CSS Gradient Functions Creates a radial gradient that repeats infinitely?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
repeat-radial-gradient()
- Which of the following argument is not accepted by radial-gradient() function?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Time
- Which of the following is not a browser-specific versions of linear-gradient()?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
-mac-linear-gradient()
- Which of the following function creates a CSS gradient image that can be used anywhere an image URL is required, including background-image, border-image, and list-style properties?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
gradient
- Which of the following CSS Gradient Functions creates a circular or elliptical gradient, and optionally sets its shape, size, and position?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
elliptical-gradient()