gridtoflex.com icon indicating copy to clipboard operation
gridtoflex.com copied to clipboard

Flexbox fallbacks for CSS Grid

Results 2 gridtoflex.com issues
Sort by recently updated
recently updated
newest added

Wrote up an article for [CSS Tricks](https://css-tricks.com/ie10-compatible-grid-auto-placement-with-flexbox/) on the technique. Here's the [CodePen](https://codepen.io/bholtbholt/pen/ZmVZqO) It creates fixed columns with unlimited rows and gutters using margins to create gutters ![s_80ac03ab2e4046aa8fae3e76808a036709a249238ac66d7408435d0841b1daed_1548216903995_screenshot2019-01-22at8 14 36pm_cdbzsv](https://user-images.githubusercontent.com/4933622/53305548-9ffc9c80-3837-11e9-9b64-2dc275609395.png)

https://codepen.io/Jayphen/pen/wjdPRJ Here's how you can create a grid with margins, which is a pretty common use case!