• Introducing the Flexible Box Layout Module

    Posted: 3 years ago in Tutorials

    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…

    VN:F [1.9.17_1161]
    Rating: 0 (from 0 votes)