InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a browser-specific versions of linear-gradient()?(a) -moz-linear-gradient()(b) -o-linear-gradient()(c) -mac-linear-gradient()(d) -webkit-linear-gradient()I have been asked this question in quiz.Enquiry is from Gradients without Images topic in portion CSS Text, Borders and Images of CSS |
|
Answer» RIGHT OPTION is (C) -mac-linear-gradient() EASY EXPLANATION: Self-explainatory. |
|