![]() |
VOOZH | about |
The transform-origin property of CSS is used to specify the origin of the rotation of an element. It is the point at which an element is rotated. It can be used for both 2D and 3D rotations.
Syntax:
transform-origin: position | initial | inherit
Property Values:
Example 1: Specifying the position in length units
Output:👁 values
Example 2: Specifying the position in percentage
Output:
Example 3: Specifying the position in keywords
Output:👁 keyword-value
Example: In this example, we are using transform-origin: initial property.
Output:👁 initial
Example: In this example, we are using the transform-origin: inherit property.
Output:👁 inherit
Supported Browsers: The browser supported by transform-origin property are listed below: