Skip to content

Instantly share code, notes, and snippets.

@alvinwan
Created February 21, 2019 18:17
Show Gist options
  • Save alvinwan/d284354a215e9ecf659c56d795c6285e to your computer and use it in GitHub Desktop.
Save alvinwan/d284354a215e9ecf659c56d795c6285e to your computer and use it in GitHub Desktop.
The noob's guide to 3D Transforms with CSS - Cube Example, Style 1
.scene {
width:10em;
height:10em;
perspective:10em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment