Skip to content

Instantly share code, notes, and snippets.

View tlimpanont's full-sized avatar
🏠
Working from home

Theuy Limpanont tlimpanont

🏠
Working from home
View GitHub Profile
@tlimpanont
tlimpanont / 0_reuse_code.js
Last active August 29, 2015 14:19
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
@tlimpanont
tlimpanont / dabblet.css
Created August 19, 2014 14:03 — forked from anonymous/dabblet.css
CSS3 Grayscale and hover animation on pictorgrams
/**
* CSS3 Grayscale and hover animation on pictorgrams
*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
html, body {
font-family: Arial, Verdana, sans-serif;
}
a:link, a:visited, a {
color: #000;