Skip to content

Instantly share code, notes, and snippets.

@alivelee
Created July 19, 2015 09:22
Show Gist options
  • Save alivelee/4ecbee5523e677be4318 to your computer and use it in GitHub Desktop.
Save alivelee/4ecbee5523e677be4318 to your computer and use it in GitHub Desktop.
YXjJVq
<div class="container">
<div class="example"></div>
</div>
.container{
perspective:1200px;
}
.example{
margin-left:200px;
height: 200px;
width:200px;
background-color: #369;
transform:rotateY(45deg) translateZ(-100px);
perspective-origin:50% 50% 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment