Skip to content

Instantly share code, notes, and snippets.

View colinbate's full-sized avatar

Colin Bate colinbate

View GitHub Profile
@colinbate
colinbate / 0_reuse_code.js
Created March 6, 2014 14:26
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@colinbate
colinbate / dabblet.css
Created December 31, 2013 13:31 — forked from dcneiner/dabblet.css
CSS Counters: An Experiment by Colin Bate
/* CSS Counters: An Experiment by Colin Bate */
.counter.mr-gray {
background-color: #b8bfb9;
box-shadow: 0px 4px 0 #858C86, 0 5px 3px #444, 0 8px 6px #999;
}
.counter.mr-blue {
background-color: #2569cc;
box-shadow: 0px 4px 0 #003699, 0 5px 3px #444, 0 8px 6px #999;