Skip to content

Instantly share code, notes, and snippets.

View kevince52's full-sized avatar

Kevin Cunningham kevince52

View GitHub Profile
@kevince52
kevince52 / 0_reuse_code.js
Created October 30, 2013 00:04
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
@kevince52
kevince52 / dabblet.css
Created December 17, 2011 21:00
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #fff;
background: linear-gradient(23deg, #fff, #e1e1e1);
min-height:100%;