Skip to content

Instantly share code, notes, and snippets.

@csssecrets
Created February 22, 2015 04:16
Show Gist options
  • Save csssecrets/73294faf1e2bc5ff0078 to your computer and use it in GitHub Desktop.
Save csssecrets/73294faf1e2bc5ff0078 to your computer and use it in GitHub Desktop.
Elastic color
/**
* Elastic color
*/
html {
background: rgb(100%, 0%, 40%);
transition: 1s cubic-bezier(.25,.1,.2,3);
}
html:hover {
background: gray;
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment