Skip to content

Instantly share code, notes, and snippets.

@pope
Created October 6, 2009 21:49
Show Gist options
  • Save pope/203493 to your computer and use it in GitHub Desktop.
Save pope/203493 to your computer and use it in GitHub Desktop.
<div>
<ul>
<li>One</li>
<li>Two</li>
<li>Three</li>
<li>Four</li>
<ul>
<div>
One Two
Three Four
div {
width: 500px;
}
ul {
display:inline;
}
li {
display:block;
width:50%;
float:left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment