css_qst
css_qst
A. object-rotation: 30deg;
B. transform: rotate(30deg);
C. rotate-object: 30deg;
D. transform: rotate-30deg-clockwise;
A. transform: scale(2,4);
B. scale-object: 2,4;
C. scale: (2,4);
D. None
D. None
A. border[round]: 30px;
B. corner-effect: round;
C. border-radius: 30px;
D. alpha-effect: round-corner;
Which of the below is the correct syntax to put a line over text in CSS?
text-decoration: line
text-decoration: none
text-decoration: overline
text-decoration: underline
Which property in CSS is responsible for setting the difference between two lines ?
min-height property
max-height property
line-height property
None of the above
Which below CSS property best describes how an image or video fits into a container?
object-fit
object-move
position-hide
All of the above
Which function in CSS is used to set the linear gradient as the background
image ?
absolute-gradient()
relative-gradient()
linear-gradient()
custom-gradient()
Which property of CSS is used to animate the width of search input when
the element gets focus ?
Focus
Transition
Outline
Color
What is the CSS property used to change the text color of an element?
A) text-color
B) color
C) font-color
D) text-style
How can you center an element horizontally in CSS?
A) text-align: center;
B) align: center;
C) margin: auto;
D) center: horizontal;