One aspect of CSS3 that hasn’t received a lot of attention so far is the Flexible Box Layout module. Already implemented in the Gecko and WebKit engines, in this alternative box model the children of a box are laid out either horizontally or vertically, and unused space can be assigned to a particular child or distributed among the children by assignment of ‘flex’ to the children that should expand. Here’s how this works…
-
Introducing the Flexible Box Layout Module
Posted: 4 months ago in Tutorials
Read More: Introducing the Flexible Box Layout Module