Css miscellaneous
- 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.
- Which of the following function adjusts the difference between light and dark values, for use by the filter property?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
A value of 100% or a decimal value of 1 leaves the image as is, while 0 results in black. Increasing the value past 1 or 100% produces more dramatically stratified areas of light and dark.