CSS Gradients
- Which of the following option best explain this code “background-image: repeating-radial-gradient(circle at 50% 100%, #FFEB79, #D9CC3C 5%);”?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
Creating Repeating Radial Gradients
- 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 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 CSS Gradient Functions Creates a radial gradient that repeats infinitely?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
repeat-radial-gradient()