Skip to content

Instantly share code, notes, and snippets.

@jackarmley
Created May 14, 2013 05:30
Show Gist options
  • Select an option

  • Save jackarmley/5573907 to your computer and use it in GitHub Desktop.

Select an option

Save jackarmley/5573907 to your computer and use it in GitHub Desktop.
Flexbox 2012 basic
/**
* Flexbox 2012 basic
*/
ul {
display: flex;
}
li {
margin: auto;
}
<ul>
<li>hello</li>
<li>I am</li>
<li>Flexbox</li>
<li>How do you do?</li>
</ul>
{"view":"split","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