Skip to content

Instantly share code, notes, and snippets.

@alexpaley
Last active December 17, 2015 14:19
Show Gist options
  • Select an option

  • Save alexpaley/5624104 to your computer and use it in GitHub Desktop.

Select an option

Save alexpaley/5624104 to your computer and use it in GitHub Desktop.
.box-flip .front {
z-index: 900;
-webkit-transform: rotateX(0);
}
.box-flip .back {
z-index: 800;
-webkit-transform: rotateX(-180deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment