Css miscellaneous
- Which of the following function apply a sepia tinge to an element’s color, typical of old photographs, for use by the filter property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
sepia()
- Which of the following function two dimensional transformation in matrix format?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
matrix()
- Which of the following function defines a linear gradient as a CSS image?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
linear-gradient()
- Which of the following function applies a saturation effect to an element’s color, making it appear more or less vivid, for use by the filter property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: A
A decimal value of 1 or percentage of 100% keeps the image as is, while increasing the amount produces more dramatically stratified hues.
- Which of the following function flips an element’s colors, for use by the filter property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
A decimal value between 0 and 1 or percentage up to 100% controls the extent of the color-negative effect, with 0.5 or 50% producing gray.