CSS 3D Cube
01 / CSS TRANSFORMSHow it works
Pure CSS transform-style: preserve-3d with six face elements translated ±70px along each axis.
Mouse drag maps cursor delta to X/Y rotation angles. No JavaScript animations. the browser's GPU compositor handles all 3D projection via CSS perspective and matrix transforms.