Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Created February 21, 2019 18:13
Show Gist options
  • Save alvinwan/01d97e23e291d73b3b69c8ae4cf6c187 to your computer and use it in GitHub Desktop.
Save alvinwan/01d97e23e291d73b3b69c8ae4cf6c187 to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Flipping Card Example, Style 2
.card {
width:100%;
height:100%;
position:relative;
transition: transform 0.5s;
transform-style: preserve-3d;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment