CSS 2D Transforms:-
CSS transforms using for to move, rotate, scale, and skew elements in CSS.
Code
2D Transforms Methods in css:-
CSS transform property you can using this methods in 2D transformation in CSS:-translate() Method:-
The translate() method is moves the element from its current position to another,rotate() Method:-
The rotate() method rotates the elements clockwise or counter-clockwise in css, according to given degree in css.scale() Method:-
The scale() method increases or decreases the sizing of an element according to the parameters given for the width and height in HTML page.scaleX() Method:-
scaleX() method increases or decreases the width of an element according to given value.scaleY() Method:-
scaleY() method increases or decreases the height of an element in CSSskewX() Method:-
skewY() Method:-
The skewY() method skews an element along the Y-axis by the given angle in CSS.