Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Last active February 21, 2019 18:20
Show Gist options
  • Save alvinwan/2e23da1d45d13a1a131d7143cd3eecda to your computer and use it in GitHub Desktop.
Save alvinwan/2e23da1d45d13a1a131d7143cd3eecda to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Cube Example
<div class="scene">
<div class="cube">
<div class="face front">front</div>
<div class="face right">right</div>
<div class="face left">left</div>
<div class="face back">back</div>
<div class="face top">top</div>
<div class="face bottom">bottom</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment