Created
February 17, 2017 22:07
-
-
Save brito/0ad6bb4f1016165b72cc29700fa2be0f to your computer and use it in GitHub Desktop.
dubCSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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%; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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