Ruslan2230
6/3/2018 - 9:50 AM

Elastic color

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;
}