CSS Transform
The CSS transform property allows you to perform 2D and 3D transformations on an element. This includes moving, scaling, rotating, skewing, and more.
2D Transforms
Translate
The translate() function moves an element from its current pos...