Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created February 21, 2013 17:21
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/5006434 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/5006434 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":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"javascript"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment