Skip to content

Instantly share code, notes, and snippets.

View andrewgbaker's full-sized avatar

Andrew Baker andrewgbaker

  • Karsh Hagan
  • Denver, CO
View GitHub Profile
@andrewgbaker
andrewgbaker / dabblet.css
Created November 14, 2013 16:15 — forked from anonymous/dabblet.css
Attempt for Chrome-style progress-indicator with SVG and CSS animations
/**
* Attempt for Chrome-style progress-indicator with SVG and CSS animations
*/
@keyframes spin {
0% {
stroke: #00aeef
}
37.5% {
stroke: #ed1c24;
@andrewgbaker
andrewgbaker / dabblet.css
Created April 1, 2014 00:21 — forked from LeaVerou/dabblet.css
Playing with background-attachment
/**
* Playing with background-attachment
*/
pre {
max-height: 150px;
border: 1px solid silver;
overflow: auto;
background: url('http://placekitten.com/200/200');
color: white;