Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Created February 21, 2019 18:14
Show Gist options
  • Save alvinwan/f25b05b9b515efe9aed3359ae6bc535b to your computer and use it in GitHub Desktop.
Save alvinwan/f25b05b9b515efe9aed3359ae6bc535b to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Flipping Card Example, Style 4
.scene:hover .card {
transform: rotateY(180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment