A rubix cube that can be embedded on any page. Made in CSS3, HTML5 and JS.
A simple css 3d cube that can be embedded into your web applications. Will spin indefinetly.
To use simply add the script in:
<script src="rubix-cube.js"></script>
Then create an empty div in your web page where you want the cube to appear, example:
<div id="cube-container">
<!-- Placeholder for cube contents, generated with js -->
</div>