From dc6db80fa72286704849ef61ee0e5ccb5841cb09 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Tue, 2 Jul 2024 14:28:49 -0400 Subject: Conversion to barf for testing purposes --- _posts/2018-11-22-flexbox-grid.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 _posts/2018-11-22-flexbox-grid.md (limited to '_posts/2018-11-22-flexbox-grid.md') diff --git a/_posts/2018-11-22-flexbox-grid.md b/_posts/2018-11-22-flexbox-grid.md deleted file mode 100644 index a6eb872..0000000 --- a/_posts/2018-11-22-flexbox-grid.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -layout: post -title: "Adaptable Flexbox Grid" -date: 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/) -- cgit v1.2.3-54-g00ecf