CSS Transitions
- Which of the following css property repeats an image both horizontally and vertically?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
background-repeat
- 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?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
object-fit
- Which of the following css property defines whether or not an element should be visible when not facing the screen?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
backface-visibility
- Which of the following CSS3 property specifies the alignment of the replaced element inside its box?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
object-position
- Which of the following transform property value defines a 3D rotation?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
rotate3d(x,y,z,angle)