Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Created February 21, 2019 18:10
Show Gist options
  • Save alvinwan/7d5db636fca101a1f9cdb25390daf2a5 to your computer and use it in GitHub Desktop.
Save alvinwan/7d5db636fca101a1f9cdb25390daf2a5 to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Perspective Property
.scene.close {
perspective: 10em;
}
.scene.medium {
perspective: 20em;
}
.scene.far {
perspective: 100em;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment