aboutsummaryrefslogtreecommitdiff
path: root/posts/flexbox-grid.md
blob: 9831826a7f9db33c86a167c0ef2fa79819643c16 (plain)
1
2
3
4
5
6
7
8
9
# Adaptable Flexbox Grid

2018-11-22

You can use `flexbox` for many tricky layout "hacks" and implementing a grid layout is no different.

Check out the CodePen below to see how you can implement a flexbox grid system that adapts automatically based on how many items you insert per row (maximum 6 children in this example).

[Live CodePen Example](https://codepen.io/bradleytaunt/pen/rQdLxv/)