CSS Flexible Box Layout Module
98.34
Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.
Further reading:
- Can I use page for: CSS Flexible Box Layout Module
- Flexbox CSS generator
- Article on using the latest spec
- Tutorial on cross-browser support
- Examples on how to solve common layout problems with flexbox
- A Complete Guide to Flexbox
- Flexbox playground and code generator
- Flexbugs: Repo for flexbox bugs
- 10up Open Sources IE 8 and 9 Support for Flexbox
- Ecligrid - Mobile first flexbox grid system
- The Difference Between Width and Flex-Basis