Elastic color
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}// alert('Hello world!');<!-- content to be placed inside <body>…</body> -->/**
* Elastic color
*/
html {
background: rgb(100%, 0%, 40%);
transition: 1s cubic-bezier(.25,.1,.2,3);
}
html:hover {
background: gray;
}