Skip to content

Instantly share code, notes, and snippets.

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