Skip to content

Instantly share code, notes, and snippets.

View hardfire's full-sized avatar
🥑
avoca-do-ing

अभिनाश (Avinash) hardfire

🥑
avoca-do-ing
View GitHub Profile
@hardfire
hardfire / 0_reuse_code.js
Created July 9, 2014 10:06
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
@hardfire
hardfire / dabblet.css
Created August 19, 2013 05:26 — forked from anonymous/dabblet.css
Untitled
body{
background:#ddd;
margin:0;
font-family:arial;
font-size:44px;
font-weight:bold;
text-shadow:1px 1px 1px #aaa;
}
#bg1{
margin:200px 0px;