Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created February 20, 2013 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WebPlatformDocs/4994260 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/4994260 to your computer and use it in GitHub Desktop.
The first commented line is your codelet’s title
/**
* The first commented line is your codelet’s title
*/
p {
color: #f06;
font: italic 200% Georgia, serif;
transition: 1s cubic-bezier(.2,.6,.8,.8);
width: 400px;
}
html:hover p {
transform: rotate(360deg);
}
<p>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