Last active
February 21, 2019 18:14
-
-
Save alvinwan/8f0470d0979b54f4de71ba0c6b116e38 to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Flipping Card Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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