From 6b742c459266b18e2b375b35205ce8a6c02f0452 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 6 Jun 2024 08:05:12 -0400 Subject: Initial commit --- build/flexbox-grid/index.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 build/flexbox-grid/index.html (limited to 'build/flexbox-grid/index.html') diff --git a/build/flexbox-grid/index.html b/build/flexbox-grid/index.html new file mode 100644 index 0000000..096f747 --- /dev/null +++ b/build/flexbox-grid/index.html @@ -0,0 +1,42 @@ + + + + + + + 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.

+

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

+ \ No newline at end of file -- cgit v1.2.3-54-g00ecf