Skip to content

Instantly share code, notes, and snippets.

@routevegetable
routevegetable / css.css
Created March 5, 2016 20:07
Wibbly Fiddle
body{width:100%;background:black}
#bar{border:0;position:absolute;left:0;top:60px;height:30px;width:100%;background-color:green;z-index:10;opacity: 0.95;animation: example3 15s infinite linear;}
#foo11 { animation-delay:0s; }
#foo10 { animation-delay:-0.1s; }
#foo9 { animation-delay:-0.2s; }
#foo8 { animation-delay:-0.3s; }
#foo7 { animation-delay:-0.4s; }
#foo6 { animation-delay:-0.5s; }
#foo5 { animation-delay:-0.6s; }
#foo4 { animation-delay:-0.7s; }