Skip to content

Instantly share code, notes, and snippets.

@studiomohawk
Forked from anonymous/dabblet.css
Created April 26, 2012 03:26
Show Gist options
  • Save studiomohawk/2495441 to your computer and use it in GitHub Desktop.
Save studiomohawk/2495441 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:start;
box-orient: horizontal;
width: 320px;
}
li {
padding: 1em;
box-flex: 1;
text-align: center;
background-color:#dedede;
margin-right: 1px;
width: 33%
}
li:last-child { margin-right: 0; }
<ul>
<li>
<div>フォロー</div>
</li>
<li>
<div>フォロワー</div>
</li>
<li>
<div>フォローする</div>
</li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment