Skip to content

Instantly share code, notes, and snippets.

@zsimo
Created March 6, 2014 17:40
Show Gist options
  • Save zsimo/9395251 to your computer and use it in GitHub Desktop.
Save zsimo/9395251 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
*/
.base {
width: 100px;
height: 100px;
background: teal;
display: inline-block;
margin: 0;
padding: 0;
transition: all 500ms ease-in;
}
.vertical {
/*transform: rotateY(88deg);*/
transform-origin: -100px;
}
.rotate {
transform: rotateY(88deg);
}
<div class="base rotate"></div>
<div class="base vertical rotate"></div>
// 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