Skip to content

Instantly share code, notes, and snippets.

@ffoodd
Created February 14, 2018 10:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ffoodd/b4168f91019388e0fb83c3f5c9831549 to your computer and use it in GitHub Desktop.
Untitled
@keyframes test { from { background: white } to { background: black }}
html { background: black; animation: 2s test;}
html:hover { animation: 2s test reverse;}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split","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