demosthenes.info

Independent notes on CSS, SVG, animation and front-end design.

Articles / Article

css / flexbox

css / flexbox Dudley Storey Updated 2014-09-03

Estimated reading time: 3 minutes

One of the most powerful features of flexbox is its ability to re-order page content with just a single line of CSS, a feature that previously was only achievable with JavaScript. This makes the flexbox layout module incredibly useful for responsive design, which is much more than “making things smaller”: mobile-first design often includes such features as re-prioritization of content to create different reading orders.

It also means that designers have an enhanced ability to easily re-order the elements they’ve crafted for a page. Unfortunately, the vast majority of flexbox support documentation is technical, and aimed towards developers. This series aims to correct that.

read more…