translate
The translate
CSS property allows you to specify translation transforms individually and independently of the transform
property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the transform
value.
Syntax: none | <length-percentage> [ <length-percentage> <length>? ]?
Initial value: none
| Chrome | Firefox | Safari | Edge | IE |
| :-----: | :-----: | :------: | :--: | :-: |
| 104 | 72 | 14.1 | n/a | No |
Content copied to clipboard