Skip to content

Instantly share code, notes, and snippets.

@cathalin
cathalin / dabblet.css
Created February 23, 2014 07:10
Gears [CSS]
/**
* Gears [CSS]
*/
html {
background:#eee;
min-height: 100%;
height:100%;
overflow:hidden;
}
@cathalin
cathalin / dabblet.css
Created February 23, 2014 07:10 — forked from louisbullock/dabblet.css
Gears [CSS]
/**
* Gears [CSS]
*/
html {
background:#eee;
min-height: 100%;
height:100%;
overflow:hidden;
}
@cathalin
cathalin / 0_reuse_code.js
Created January 31, 2014 08:52
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