From 414997baa83858b43e9f45af90097f93ed2d6797 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Feb 2016 10:51:59 -0800 Subject: flip things around again, no more base class, try out some new stuff to keep responsive flex grid working --- docs/layout/flexbox-grid.md | 68 ++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 29 deletions(-) (limited to 'docs/layout/flexbox-grid.md') diff --git a/docs/layout/flexbox-grid.md b/docs/layout/flexbox-grid.md index 2c78101d6..6faa2e78e 100644 --- a/docs/layout/flexbox-grid.md +++ b/docs/layout/flexbox-grid.md @@ -30,19 +30,29 @@ Chill? Awesome—keep reading for more information and some code snippets. ## Auto-layout columns -As mentioned above, flexbox grid columns will automatically layout with even widths. Add any number of `.col`s and you're good to go. +As mentioned above, flexbox grid columns will automatically layout with even widths. Add any number of `.col-*`s for each breakpoint you need and you're good to go.
{% example html %}
-
+
+ One of two columns +
+
+ One of two columns +
+
+
+
+
+
One of three columns
-
+
One of three columns
-
+
One of three columns
@@ -56,13 +66,13 @@ Auto-layout for flexbox grid columns also means you can set the width of one col {% example html %}
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
@@ -78,35 +88,35 @@ Use the flexbox alignment utilities to vertically align columns. {% example html %}
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
@@ -118,13 +128,13 @@ Use the flexbox alignment utilities to vertically align columns. {% example html %}
-
+
One of three columns
-
+
One of three columns
-
+
One of three columns
@@ -140,42 +150,42 @@ Flexbox utilities for horizontal alignment also exist for a number of layout opt {% example html %}
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-
+
One of two columns
-- cgit v1.2.3