preserve3d-6-ref.html 279 B

12345678910111213
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <div style="perspective:100px;">
  6. <div style="transform-style: preserve-3d">
  7. <div style="width:100px; height:100px; background-color:red; transform: rotatex(1deg);">
  8. </div>
  9. </div>
  10. </div>
  11. </body>
  12. </html>