Skip to content

Instantly share code, notes, and snippets.

@vantguarde
Created April 14, 2009 07:24
Show Gist options
  • Save vantguarde/95040 to your computer and use it in GitHub Desktop.
Save vantguarde/95040 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<style>
ul { list-style: none }
li { display: inline-block }
</style>
<ul>
<li>aaaaa
<li>bbbbb
<li>ccccc
<li>ddddd
<li>eeeee
</ul>
<ul>
<li>aaaaa</li>
<li>bbbbb</li>
<li>ccccc</li>
<li>ddddd</li>
<li>eeeee</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment