InterviewSolution
Saved Bookmarks
| 1. |
Which of the following option best explain this code “background-image: repeating-linear-gradient(to right, #D9CC3C, #FFEB79 5%, #D9CC3C 10%);”?(a) Creating a Repeating Gradient(b) Creating a Mix Repeating Gradient(c) Creating a Shadow Repeating Gradient(d) Creating a Smooth Repeating GradientI have been asked this question during an online interview.I want to ask this question from Gradients without Images in portion CSS Text, Borders and Images of CSS |
|
Answer» The correct CHOICE is (d) Creating a SMOOTH REPEATING Gradient |
|