transform-style
Anonymous contributor
Anonymous contributor3077 total contributions
Anonymous contributor
Published Jul 30, 2021Updated Sep 3, 2021
Contribute to Docs
The transform-style
property specifies if an element’s children are positioned in 3D space or flattened.
Syntax
transform-style: <value>;
The transform-style
property can have one of two values:
preserve-3d
: The children of an element will be positioned in 3D space.flat
: The children of an element will not be positioned in 3D space.
Example 1
Preserving the 3D space of a div
element’s children elements.
div {transform-style: center;}
All contributors
- Anonymous contributorAnonymous contributor3077 total contributions
- asiqurr43 total contributions
- christian.dinh2481 total contributions
- Anonymous contributor
- asiqurr
- christian.dinh
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.