Skip to content

Instantly share code, notes, and snippets.

View iljamaas's full-sized avatar

Ilja Maas iljamaas

View GitHub Profile
@iljamaas
iljamaas / dabblet.css
Created November 13, 2013 20:04 — forked from anonymous/dabblet.css
Untitled
#wrapper {
display: table;
width: 300px;
height: 200px;
border: 1px solid black;
}
#wrapper .col {
display: table-cell;
width: 33.3%;
padding: 10px;
@iljamaas
iljamaas / dabblet.css
Created April 22, 2012 09:32 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html { background: white; }
.scrollbox {
overflow: auto;