Skip to content

Instantly share code, notes, and snippets.

@zsimo
Created March 5, 2014 14:59
Show Gist options
  • Save zsimo/9368858 to your computer and use it in GitHub Desktop.
Save zsimo/9368858 to your computer and use it in GitHub Desktop.
test
/**
* test
*/
.default {
height: 100px;
width: 100px;
border-radius: 2px;
background-color: red;
z-index: 1;
transition: all 500ms ease;
}
.newState {
/*transform: translate(200px, 200px);*/
width: 200px;
transform: rotate(90deg);
}
<!-- content to be placed inside <body>…</body> -->
<div class="default newState"></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