Skip to content

Instantly share code, notes, and snippets.

<div class="one-sixth first">This is content in the first column.</div>
<div class="one-sixth">This is content in the second column.</div>
<div class="one-sixth">This is content in the third column.</div>
<div class="one-sixth">This is content in the fourth column.</div>
<div class="one-sixth">This is content in the fifth column.</div>
<div class="one-sixth">This is content in the sixth column.</div>
<div class="one-fifth first">This is content in the first column.</div>
<div class="one-fifth">This is content in the second column.</div>
<div class="one-fifth">This is content in the third column.</div>
<div class="one-fifth">This is content in the fourth column.</div>
<div class="one-fifth">This is content in the fifth column.</div>
<div class="one-fourth first">This is content in the first column.</div>
<div class="one-fourth">This is content in the second column.</div>
<div class="one-fourth">This is content in the third column.</div>
<div class="one-fourth">This is content in the fourth column.</div>
<div class="one-third first">This is content in the first column.</div>
<div class="one-third">This is content in the second column.</div>
<div class="one-third">This is content in the third column.</div>
<div class="one-half first">This content will appear in the first column.</div>
<div class="one-half">This content will appear in the second column.</div>
@sokratesagogo
sokratesagogo / 0_reuse_code.js
Last active August 29, 2015 14:21
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