From: Chris Date: Wed, 1 Feb 2017 19:49:26 +0000 (-0500) Subject: think i fixed flexbox.md thanks to @IamManchanda X-Git-Tag: 6.3.1~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9701%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git think i fixed flexbox.md thanks to @IamManchanda --- 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