Skip to content

Instantly share code, notes, and snippets.

@oklai
oklai / 0_reuse_code.js
Created March 17, 2014 10:53
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
@oklai
oklai / dabblet.css
Created October 26, 2012 06:26 — forked from lensco/dabblet.css
box-shadow vs filter: drop-shadow
/**
* box-shadow vs filter: drop-shadow
*/
body {
background: #ddd;
font: 16px/1 sans-serif;
}
div {
margin: 100px;