css - Can the windows metro style layout be reproduced with flexboxes? -
can type of layout implemented using non-nested flex boxes?
i know flex-wrap
make boxes go on next line if don't fit, how can boxes variable height in screenshot above, without nesting more flex boxes?
yes, normal css float based grids, possible create boxy layouts these. example see this example , how author did it.
also ms proposed standard called "css grid layout" w3c described in msdn. allows create such layouts without flexbox support. never got adopted outside ie if need care ie, can use it.
Comments
Post a Comment