From dcfb172704f3afb68a30425029ec834be2883274 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 8 Jun 2024 13:22:19 -0400 Subject: More content porting, on-going markdown changes for lowdown support --- build/flexbox-grid/index.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'build/flexbox-grid') diff --git a/build/flexbox-grid/index.html b/build/flexbox-grid/index.html index 096f747..59ad2e0 100644 --- a/build/flexbox-grid/index.html +++ b/build/flexbox-grid/index.html @@ -1,23 +1,28 @@ - + Adaptable Flexbox Grid - - + + +
-

Adaptable Flexbox Grid

+

Adaptable Flexbox Grid

+

2018-11-22

-

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

+ +

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