Skip to content

Instantly share code, notes, and snippets.

Created September 21, 2012 21:15
Show Gist options
  • Save anonymous/3763943 to your computer and use it in GitHub Desktop.
Save anonymous/3763943 to your computer and use it in GitHub Desktop.
Untitled
ul { width:400px; display:block; background: orange; padding: 0;}
li { display: inline-block; background: red;}
div { width:100px; 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-vertical","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