Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Forked from anonymous/dabblet.css
Created September 21, 2012 21:25
Show Gist options
  • Save benjohnson/3763995 to your computer and use it in GitHub Desktop.
Save benjohnson/3763995 to your computer and use it in GitHub Desktop.
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; }
<div>
<ul>
<li>This is inline block</li>
<li>This is inline block</li>
<li>This is inline block</li>
</ul>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment