solved-by-flexbox
solved-by-flexbox copied to clipboard
A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.
See [this article](https://css-tricks.com/useful-flexbox-technique-alignment-shifting-wrapping/) by Chris Coyer. Check out [Nick Salloum's comment](https://css-tricks.com/useful-flexbox-technique-alignment-shifting-wrapping/#comment-1595327) for an event simpler solution.
In this article, you present a revised fix for the sticky footer: http://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/ However the CSS presented there is not used here: http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/ For example `flex-shrink: 0` is not applied...
I would love to see your solution for that :D
https://github.com/scottjehl/picturefill
After spending a lot of time this weekend looking into how people render tournaments I decided I didn't really like them, so I set out to do it with flexbox...
Overall Safari 5 and 6 support the flex grid (without flow) though the old box-flex model. But the big bummer is the fixed size, or 'Individual Sizing" as per your...