Skip to content

Instantly share code, notes, and snippets.

View zalun's full-sized avatar

Piotr Zalewa zalun

View GitHub Profile
@zalun
zalun / fiddle.css
Last active August 29, 2015 14:07 — forked from chrisg32/fiddle.css
#colorpickers {
display: inline-table;
}
#colorpickers:before, #colorpickers:after {
content:"";
display: table;
}
#colorpickers:after {
clear:both;
}