Correct Answer: Use 3D transforms (for 2D with Z axis set to 0)
Explanation:
Note: This Question is unanswered, help us to find answer for this one
CSS 3 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More CSS 3 MCQ Questions
Have all of the CSS3 properties been implemented in the modern browsers?
Which is a recognized media type?
We write single ______ before the pseudo-class property.
How can you apply a "bounce" effect to an element?
_____ positioned boxes are taken out of the normal flow.
The CSS box model consists of which option? 1. Margin 2. Padding 3. Content
Which option is the correct CSS pseudo classes?
ruby-text (in XHTML: rt) Which display values assign ruby semantics to an arbitrary element as given above?
Consider the following font definition: font-weight:normal What is the other way of getting the same result?
What will happen if the following style declaration is used in the given HTML code? div.container { width:38em; border:1em solid black; } div.split { box-sizing:border-box; width:50%; border:1em silver ridge; float:left; } HTML code: