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 Gradient |
|
Answer» The correct choice is (d) Creating a Smooth Repeating Gradient To explain I would say: Self-explainatory. |
|