Skip to content

Instantly share code, notes, and snippets.

@benjohnson
Created September 21, 2012 21:10
Show Gist options
  • Save benjohnson/3763919 to your computer and use it in GitHub Desktop.
Save benjohnson/3763919 to your computer and use it in GitHub Desktop.
Untitled
ul { display: inline; background: orange; padding: 0;}
li { display: inline-block; background: red;}
<ul>
<li>This is inline block</li>
<li>This is inline block</li>
<li>This is inline block</li>
</ul>
{"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