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 |
How do I center an element in css?
What is margin collapsing?
What is the difference between a css reset and normalize.css?
Should I use class or id in css?
What is Alternate Style Sheet?
Explain css3 animations?
What is inline styling?
Explain universal selector.
Explain the difference between responsive website coding and mobile-first strategy coding.
What is css (cascading style sheets)?
What is file splitting? When is it used?
What are the different parts of a css style rule?