Created
February 21, 2019 18:10
-
-
Save alvinwan/7d5db636fca101a1f9cdb25390daf2a5 to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Perspective Property
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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