Skip to content

Instantly share code, notes, and snippets.

Created April 26, 2012 03:10
Show Gist options
  • Save anonymous/2495407 to your computer and use it in GitHub Desktop.
Save anonymous/2495407 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
ul {
list-style: none;
display: box;
padding: 0;
box-align: center;
box-orient: horizontal;
}
li {
padding: 1em;
box-flex: 1;
text-align: center;
background-color:#dedede;
margin-right: 1px;
}
li:last-child { margin-right: 0; }
<ul>
<li>A</li>
<li>BB</li>
<li>CCC</li>
<li>D</li>
<li>EE</li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment