Correct Answer: Element:hover {transform: scale(0.5);}
Explanation:
Note: This Question is unanswered, help us to find answer for this one
CSS Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More CSS MCQ Questions
Which statement regarding icon fonts is true?
The values for the font-weight property can be keywords or numbers. For each numbered value below, what is the associated keyword? font-weight: 400; font-weight: 700;
If the width of the container is 500 pixels, what would the width of the three columns be in this layout? .grid { display: grid; grid-template-columns: 50px 1fr 2fr; }
Which selector would select only internal links within the current page?
What is not true about class selectors?
When does aligning a block element have no effect?
What are the possible values of the property background-attachment?
.center {text-align:center;} is an example of
What pseudo-class need to be used to style a link which has the mouse over it?
Which is the correct syntax for applying background color to links?
CSS MCQs | Topic-wise