Created
April 24, 2014 00:23
-
-
Save brito/11237199 to your computer and use it in GitHub Desktop.
flex muscles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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 } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ol class=flex> | |
| <li>12345 | |
| <li>CSS Display Flex | |
| <li>3 | |
| <li>cuatro | |
| <li>cinco | |
| </ol> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"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