CSS

CSS Intro

CSS Intro Quiz

CSS Intro Exercise

CSS Basic

CSS Basic Quiz

CSS Basic Exercise

CSS Advance

CSS Advance Quiz

CSS Advance Exercise

CSS3

CSS3 Quiz

CSS3 Exercise

CSS Properties

CSS Functions

CSS Selectors

CSS transform style Property

CSS transform-style Property

 

 

The transform-style property is used to specify how nested elements are rendered in 3D space. It is used together with the transform property.

 

Default Value:-

 

Its default value is flat.

 

Syntax:-

 

Its syntax is:- transform-style: flat | preserve-3d | initial | inherit;

 

Further Explanation:-

 

Property Value Description
flat Specifies that child elements will NOT preserve their 3D position.
preserve-3d Specifies that child elements will preserve their 3D position.
initial Sets this property to its default value.
inherit Inherits this property from its parent element.

Code Explanation

All Tutorials related to CSS Properties

All Sections related to CSS