Skip to content

Instantly share code, notes, and snippets.

@tamura
Created April 1, 2016 03:07
Show Gist options
  • Save tamura/9a57ccc2383676a2c086bc4717c76a00 to your computer and use it in GitHub Desktop.
Save tamura/9a57ccc2383676a2c086bc4717c76a00 to your computer and use it in GitHub Desktop.
<style type="text/css">
div{
display: flex;
display: inline-flex;
flex-wrap:wrap;
}
div li:first-child {
width: 100%;
}
div li {
width: 10%;
text-align: center;
list-style: none;
padding: 10px;
border: 1px solid gray;
overflow: hidden;
align-items:flex-end;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment