Skip to content

Instantly share code, notes, and snippets.

@kevinmarks
Created May 6, 2013 08:54
Show Gist options
  • Save kevinmarks/5524079 to your computer and use it in GitHub Desktop.
Save kevinmarks/5524079 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
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@keyframes spinme {
from { transform: perspective(400px) rotateY(0deg) }
to { width: perspective(400px) rotateY(360deg) } }
#whee {animation: spinme ls infinite alternate ; perspective(400px) rotateY(0deg); }
<!-- content to be placed inside <body>…</body> -->
<div id="whee" width=400;>Whee!</div>
// alert('Hello world!');
{"view":"split","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