Skip to content

Instantly share code, notes, and snippets.

@rchk
rchk / GistList!.md
Created February 1, 2015 20:33
Try GistList for iOS! http://gistlist.io/

##alt text GistList: TODO for coders alt text

@rchk
rchk / my.css
Last active August 29, 2015 14:13 — forked from anonymous/my.css
background: linear-gradient(144deg, #fcff77, #c13caa, #f5b71c, #d90746);
background-size: 800% 800%;
-webkit-animation: AnimationName 25s ease infinite;
-moz-animation: AnimationName 25s ease infinite;
-o-animation: AnimationName 25s ease infinite;
animation: AnimationName 25s ease infinite;
@-webkit-keyframes AnimationName {
    0%{background-position:66% 0%}
    50%{background-position:35% 100%}
    100%{background-position:66% 0%}