Skip to content

Instantly share code, notes, and snippets.

@arieh
arieh / 0_reuse_code.js
Last active August 29, 2015 14:23
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
@arieh
arieh / dabblet.css
Created December 16, 2011 17:28 — forked from anonymous/dabblet.css
Untitled
div.tip{
margin:100px 150px;
width:25px;
height:25px;
border:1px solid orange;
border-radius:50%;
background:linear-gradient(top, #f9f44a 2%, #ffa51e 61%, #d17308 100%);
position:relative;
cursor:pointer;
}