Skip to content

Instantly share code, notes, and snippets.

View divins's full-sized avatar

Marc Divins Castellvi divins

View GitHub Profile
@divins
divins / 0_reuse_code.js
Created October 13, 2013 10:24
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
@divins
divins / dabblet.css
Created October 14, 2013 16:18 — forked from anonymous/dabblet.css
demo to explain chained transforms
/**
* demo to explain chained transforms
*/
* { margin: 0; }
.wrap, .wrap * { display: block; width: 4em; height: 4em; position: absolute; top: 25%; left: 50%}
.wrap { outline: dashed 1px dodgerblue; margin: 13em auto 0; }
.deg0 {
position: absolute;
animation: ani0 1s infinite;