Skip to content

Instantly share code, notes, and snippets.

@WebPlatformDocs
Created October 8, 2014 10:33
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/9aa9f3706ad43d5f23a9 to your computer and use it in GitHub Desktop.
Save WebPlatformDocs/9aa9f3706ad43d5f23a9 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><s>Test</s></p>
// 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