Skip to content

Instantly share code, notes, and snippets.

@yijian166
yijian166 / 0_reuse_code.js
Created April 17, 2014 02:29
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
@yijian166
yijian166 / dabblet.css
Created December 17, 2012 03:43 — forked from LeaVerou/dabblet.css
Pounding heart animation
/* Pounding heart animation */
@keyframes pound {
to { transform: scale(1.4); }
}
.heart {
display: inline-block;
font-size: 150px;
color: #e00;
@yijian166
yijian166 / dabblet.css
Created December 17, 2012 03:41
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;