</div>
```
+---
+
+### 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`.
+
+<div class="primary callout">
+ <p>We are using `.text-center` class just for demo purposes here.</p>
+</div>
+
+```html_example
+<div class="row align-center-middle text-center">
+ <div class="columns small-4">I am in the center-middle</div>
+ <div class="columns small-4">I am also centrally located</div>
+</div>
+```
+
+---
+
## Vanilla Flexbox Helper Classes
Foundation also includes some helper classes for quickly applying flex