![]() |
VOOZH | about |
The transform-style property is used to specify the children of an element are positioned in 3D space or flattened with respect to the plane of the element.
Syntax:
transform-style: flat|preserve-3d|initial|inherit;
Property Values:
Example: In this example, we are using the transform-style: flat property.
Output:
Example: In this example, we are using transform-style: preserve-3d property.
Output:
Example: In this example, we are using transform-style: initial property.
Output:
Example: In this example, we are using transform-style: inherit property.
Output:
Supported Browsers: The browser supported by CSS transform-style property are listed below: