Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created February 21, 2013 18:16
Show Gist options
  • Save WebPlatformDocs/5006834 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/5006834 to your computer and use it in GitHub Desktop.
DO THIS
/**
* DO THIS
*/
p {
border: 100px;
color: #a92;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.9,.6,.8,.8);
width: 400px;
outline: 10px solid red;
}
.rot:hover {
transform: rotate(360deg);
}
p, html {
display: table-cell;
vertical-align: middle
}
<p class="rot vc">I ♥ WebPlatform.org!</p>
// alert('Hello world!');
{"view":"separate","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