CSS transform-style

Previous Next

Demo of the different values of the transform-style property.

Click the property values below to see the result:

transform-style: preserve-3d;
transform-style: flat;
HELLO
YELLOW
HELLO
YELLOW

Play more with the code in our Tryit yourself editor: Try it Yourself ❯