CSS Transform

Transform-rotate.

Transform-translate: Repositions an element in the horizontal and/or vertical directions.

Transform-translate.

The scale() method increases or decreases the size of an element

Transform-scale.

The skew() method skews an element along the X and Y-axis by the given angles

Transform-skew.

The matrix() method combines all the 2D transform methods into one.

matrix(scaleX(),skewY(),skewX(),scaleY(),translateX(),translateY())

Transform-skew.

Complete list of the transform CSS properties can be found at Transform on MDN