Skip to content

Instantly share code, notes, and snippets.

@lwcooper
lwcooper / 0_reuse_code.js
Created January 12, 2017 04:55
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
@lwcooper
lwcooper / dabblet.css
Created July 23, 2014 02:54 — forked from anonymous/dabblet.css
Untitled
.img-wrapper {
width: 300px;
height: 150px;
overflow: hidden;
position: relative;
float: left;
margin: 20px;
}
img {