Skip to content

Instantly share code, notes, and snippets.

@luiz
Forked from anonymous/dabblet.css
Created July 8, 2014 00:35
Show Gist options
  • Save luiz/55e13f9b064f01181093 to your computer and use it in GitHub Desktop.
Save luiz/55e13f9b064f01181093 to your computer and use it in GitHub Desktop.
Untitled
.container {
border: 2px solid black;
text-align-last: justify;
margin: 0;
padding: 0;
}
.content {
width: 20%;
display: inline-block;
height: 100px;
background-color: red;
list-style: none;
font-size: 2em;
text-align: center;
text-align-last: auto; /* reset container's */
line-height: 100px;
color: white;
}
<ul class="container">
<li class="content">Blah</li>
<li class="content">Bleh</li>
<li class="content">Blih</li></ul>
{"view":"separate","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