Cube Jr.

From The Wiki Camp 2 Jr.
Revision as of 22:55, 25 September 2023 by Coppersalts (talk | contribs) (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); }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search