Skip to content

Instantly share code, notes, and snippets.

View thanpolas's full-sized avatar

Thanos Polychronakis thanpolas

View GitHub Profile
/**
* @externs
* @license MIT License (c) copyright 2011-2013 original author or authors
*/
/**
* [when description]
* @param {[type]} promiseOrValue [description]
* @param {Function=} optOnFulfilled [description]
* @param {Function=} optOnRejected [description]
@thanpolas
thanpolas / dabblet.css
Created December 17, 2012 16:22 — forked from anonymous/dabblet.css
Untitled
body {
background: blue;
padding:0;
}
header {
height: 200px;
background-color: red;
margin: 0;
display:block;
overflow: hidden;