What do you know about CSS3 2D Transforms?
The CSS 2D transforms are used to re-change the structure of the element as translate, rotate, scale and skew etc. Following is a list of 2D transforms methods: translate(x,y): It is used to transform the element along X-axis and Y-axis. ... rotate(): It is used to rotate the element on the basis of an angle.
Is This Answer Correct ? | 0 Yes | 0 No |
What are the benefits of css?
Explain grouping and nesting of css selectors.
What is selector?
Which command is used for the selection of all the elements of a paragraph?
Is there any provision to include one or more declaration in a selector?
What is auto in css?
What is a floating element in css?
Can you make a class selector particular to an element type?
Can you write css3 code for creating multi background images?
Can more than one declaration be added in CSS?
What are the types of cascading style sheets?
What is the purpose of vh measurement unit?