Which of the following css property specifies an image to use as the background of an element?
A. background
B. background-img
C. background-image
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following css property specifies a delay for the transition effect?
A. transition-delay
B. transition-effect
C. transition
D. transition-duration
Select an option to see the answer and solution.
Which of the following method rotates an element around its Y-axis at a given degree using tranform 3D?
A. rotateY()
B. rotate-Y()
C. rotate-Yaxis()
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following property defines where a 3D element is based in the x- and the y-axis?
A. transform-style
B. perspective(n)
C. perspective-origin
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following css property repeats an image both horizontally and vertically?
A. background
B. background-image
C. background-repeat
D. background-position
Select an option to see the answer and solution.
Which of the following CSS3 property specifies how nested elements are rendered in 3D space?
A. transform
B. transform-style
C. transform-render
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies the intrinsic resolution of all raster images used in/on the element?
A. image-orientation
B. image-rendering
C. image-resolution
D. all of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies how the contents of a replaced element should be fitted to the box established by its used height and width?
A. object-fit
B. object-position
C. image-orientation
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies how the contents of a replaced element should be fitted to the box established by its used height and width?
A. object-fit
B. object-position
C. image-orientation
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following CSS3 property specifies the alignment of the replaced element inside its box?
A. object
B. object-allign
C. object-position
D. object-render
Select an option to see the answer and solution.
Which of the following css property defines whether or not an element should be visible when not facing the screen?
A. visibility
B. backface-control
C. backface-visibility
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following selector is used to select and style when you place mouse over it?
A. focus
B. hover
C. mouse
D. all of the mentioned
Select an option to see the answer and solution.
Which of the following method increases or decreases the size of an element using tranform?
A. rotate()
B. scale()
C. translate()
D. matrix()
Select an option to see the answer and solution.
Which of the following method moves an element from its current position using tranform?
A. rotate()
B. scale()
C. translate()
D. matrix()
Select an option to see the answer and solution.
Which of the following property specifies the speed curve of the transition effect?
A. transition-delay
B. transition-duration
C. transition-timing-function
D. transition
Select an option to see the answer and solution.
Which of the following method skews an element along the X-axis by the given angle using tranform?
A. skewX()
B. skewy()
C. x-axis()
D. skew()
Select an option to see the answer and solution.
Which of the following method skews an element along the X and Y-axis by the given angles using tranform?
A. skewX()
B. skewy()
C. skew-X-Y()
D. skew()
Select an option to see the answer and solution.
Which of the following transition-timing-function property specifies a transition effect with a slow start?
A. ease
B. ease-in
C. ease-in-out
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following transition-timing-function property specifies a transition effect with a slow start, then fast, then end slowly
A. ease
B. ease-in
C. ease-in-out
D. none of the mentioned
Select an option to see the answer and solution.
Which of the following transition-timing-function property lets you define your own values in a cubic-bezier function
A. cubic(n,n,n,n)
B. matrix(n,n,n,n)
C. cubic-bezier(n,n,n,n)
D. none of the mentioned
Select an option to see the answer and solution.