September 2016
October 2015
April 2015
December 2014
A Complete Guide to Flexbox | CSS-Tricks
by dzc & 2 others display: flex; display: inline-flex -- flexbox layout is direction-agnostic as opposed to the regular layouts (block which is vertically-based and inline which is horizontally-based). While those work well for pages, they lack flexibility (no pun intended) to support large or complex applications (especially when it comes to orientation changing, resizing, stretching, shrinking, etc.).
1
(4 marks)