Skip to content

Instantly share code, notes, and snippets.

@sashtown
Created June 15, 2013 14:00
Show Gist options
  • Save sashtown/5788242 to your computer and use it in GitHub Desktop.
Save sashtown/5788242 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
aside, div {
background: #f06;
width: 500px;
height: 200px;
margin: 5%;
position: relative;
}
div {
background: #333;
transform: perspective(700px) rotateY(-10deg);
transition: transform 1s;
backface-visibility: hidden;
}
div:hover {
transform: perspective(700px) rotateY(10deg);
}
<div></div>
<aside></aside>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment