Skip to content

Instantly share code, notes, and snippets.

@brito
Created April 24, 2014 00:23
Show Gist options
  • Select an option

  • Save brito/11237199 to your computer and use it in GitHub Desktop.

Select an option

Save brito/11237199 to your computer and use it in GitHub Desktop.
flex muscles
/* flex muscles */
.flex { display:flex;flex-direction:column; align-items:flex-end }
.item { }
body { font:1.6em/1 HelveticaNeue-CondensedBold }
* { outline:1px solid; margin:0; padding:0; list-style:none; padding:0 .3em }
<ol class=flex>
<li>12345
<li>CSS Display Flex
<li>3
<li>cuatro
<li>cinco
</ol>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment