Skip to content

Instantly share code, notes, and snippets.

@brito
Created February 17, 2017 22:07
Show Gist options
  • Save brito/0ad6bb4f1016165b72cc29700fa2be0f to your computer and use it in GitHub Desktop.
Save brito/0ad6bb4f1016165b72cc29700fa2be0f to your computer and use it in GitHub Desktop.
dubCSS
/**
* dubCSS
*/
@keyframes semibreve {
from { background:white }
to { background:black }
}
@keyframes minim {}
@keyframes chrochet {}
@keyframes minim {}
body {
animation:
.41s bnw cubic-bezier(0,.55,.55,1) infinite alternate,
;
min-height: 100%;
}
<!-- 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