solved-by-flexbox
solved-by-flexbox copied to clipboard
[additional example] Tournament Bracket
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 and I love the result, figured I would pass it on. I'm not real experienced with git and pull requests but here's the codepen for the solution. http://codepen.io/aronduby/pen/qliuj
I would be willing to put this together for the site if there is interest.
I think what @aronduby did is pretty cool, but I'm not sure it qualifies as a 'common layout problem'. I want to prevent this site from becoming a showcase of flexbox designs, but I can see how some things may be a gray area.
What do you guys think?
Maybe start to break off into more categories, while having common layout problems remain the primary focus.
Or a "more demos" section and link to his CodePen?
I could get behind something like a "Flexbox in the Wild" section that lists sites or demos using flexbox in really interesting or well-done ways.
We'd probably need at least 5-10 to get started. Does anyone have any recommendations other than this tournament bracket pen?
I've written my website entirely with philipwalton's grid system. You could use that if you wanted. Flexbox is truly awesome.