InterviewSolution
Saved Bookmarks
| 1. |
background-blend-mode is not supported by?(a) IE(b) Opera(c) Chrome(d) Firefox |
|
Answer» The correct answer is (a) IE To explain I would say: background-blend-mode is not supported by Internet Explorer, background-clip, background-color, background-image, background-origin, background-position, background, background-repeat, background-size are supported by all the browsers. |
|