diff --git a/files/en-us/web/css/css_transforms/using_css_transforms/index.md b/files/en-us/web/css/css_transforms/using_css_transforms/index.md index b1169918f5c15a98..dfcbbe81749bd84d 100644 --- a/files/en-us/web/css/css_transforms/using_css_transforms/index.md +++ b/files/en-us/web/css/css_transforms/using_css_transforms/index.md @@ -171,7 +171,6 @@ The CSS establishes classes that can be used to set the perspective to different .cube { width: 100%; height: 100%; - backface-visibility: visible; perspective-origin: 150% 150%; transform-style: preserve-3d; } @@ -187,6 +186,7 @@ The CSS establishes classes that can be used to set the perspective to different font-size: 60px; color: white; text-align: center; + backface-visibility: visible; } /* Define each face based on direction */ @@ -468,7 +468,6 @@ This example shows cubes with popular `perspective-origin` values. .cube { width: 100%; height: 100%; - backface-visibility: visible; perspective: 300px; transform-style: preserve-3d; } @@ -484,6 +483,7 @@ This example shows cubes with popular `perspective-origin` values. font-size: 60px; color: white; text-align: center; + backface-visibility: visible; } /* Define each face based on direction */