From 918aeaa926d113562df378156e2fa3260d4a8978 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 1 Feb 2017 14:49:26 -0500 Subject: [PATCH] think i fixed flexbox.md thanks to @IamManchanda --- docs/pages/flexbox.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index f993fc59c..9ac3bedfd 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -164,6 +164,25 @@ To align an individual child, use the below classes. They use the same alignment ``` +--- + +### Central Alignment + +Central alignment can be applied to a flex parent, which will centrally align all children's automatically. To set this to your layout, simply use the class: `.align-center-middle`. + +
+

We are using `.text-center` class just for demo purposes here.

+
+ +```html_example +
+
I am in the center-middle
+
I am also centrally located
+
+``` + +--- + ## Vanilla Flexbox Helper Classes Foundation also includes some helper classes for quickly applying flex -- 2.47.2