Page history
Jump to navigation
Jump to search
26 October 2024
26 September 2023
25 September 2023
no edit summary
+21
Created page with "{{#css: .scene { width: 50px; height: 50px; perspective: 600px; margin: 10px; } .cube { width: 100%; height: 100%; position: relative; transform-style: preserve-3d; animation: rotatey 5s linear infinite; } .cube-face { position: absolute; width: 50px; height: 50px; } .face-front { transform: rotateY( 0deg) translateZ(25px); background-color: rgba(255, 0, 0, 0.5); } .face-right { transform: rotateY( 90deg) translateZ(25px); background-color: rgba(255, 255, 0, 0.5); }..."
+1,545