A simple CSS library to use flexbox seamlessly in your app.
Download the ZIP file or tarball from above, or alternatively, use Bower:
$ bower install flex-css
Choose one of the files to use from the dist
directory.
flex.css
- The unprefixed, unminified source file. Read this one!flex.min.css
- Minified source. Use this one if you are not worried about browser support.flex.min.prefixed.css
- Prefixed and minified source.Use the class flex
on the parent element you would like to apply flexbox layout to:
flex horizontal
applies flexbox with horizontal layoutflex vertical
applies flexbox with vertical layoutflex horizontal reverse
applies flexbox with horizontal layout reversedflex vertical reverse
applies flexbox with vertical layout reversed