Flexbox Zombies
Flexbox is incredibly powerful. But it's also crazy hard to master. So we all end up depending on a cheat sheet and some mad guessing in the dev tools.
CSS has been lacking proper layout mechanisms for far too long. Transitions, animations, filters, all of these are great and useful additions to the language, but they...
css has been lacking proper layout mechanisms for far too long. transitions, animations, filters, all of these are great and useful additions to the language, but they don't address the major problems that web developers have been complaining about for what seems like an eternity.
finally, thanks to flexbox, we have a solution.
this site is not another css framework. instead, its purpose is to showcase problems once hard or impossible to solve with css alone, now made trivially easy with flexbox. and with the recent release of internet explorer 11 and safari 6.1, the latest flexbox spec is now supported in every modern browser.
css html interface-design flexbox