Skip to content

Instantly share code, notes, and snippets.

View benjohnson's full-sized avatar

Ben Johnson benjohnson

View GitHub Profile
@benjohnson
benjohnson / dabblet.css
Created September 21, 2012 21:25 — forked from anonymous/dabblet.css
Untitled
ul { background: orange; padding: 0; white-space:nowrap; overflow-x:auto; }
li { list-style-type:none; display: inline-block; background: red; }
div { width: 20%; background: purple; overflow: hidden; }