3D Cube using CSS transformations
Paul Hayes shows us how to create three dimensional cubes without javascript, Canvas or SVG. Using straight CSS, he’s designed some pretty slick 3D cubes.
The method is only supported in recent WebKit and Gecko based browsers, but here’s a comparison:
In unsupported browser:
In a supported browser:
Check out the full post here