Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Last active February 21, 2019 18:10
Show Gist options
  • Save alvinwan/0bb6e3d9be3c3435c2cf85a0bd5c7aa9 to your computer and use it in GitHub Desktop.
Save alvinwan/0bb6e3d9be3c3435c2cf85a0bd5c7aa9 to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Perspective Function
.square {
transform: perspective(200px) rotateX(20deg);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment