]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add codepen for central alignment!
authorharry <harmanmanchanda182@gmail.com>
Tue, 27 Jun 2017 18:14:57 +0000 (23:44 +0530)
committerharry <harmanmanchanda182@gmail.com>
Tue, 27 Jun 2017 18:14:57 +0000 (23:44 +0530)
docs/pages/flexbox-utilities.md

index 98dc81990754cc7b0d28ff0468df91b395902cc9..409896795b6f08e6b339d8c23271f500e6132e00 100644 (file)
@@ -165,6 +165,10 @@ Central alignment can be applied to a flex parent, which will centrally align al
   <p>We are using `.text-center` class just for demo purposes here.</p>
 </div>
 
+<div class="docs-codepen-container">
+<a class="codepen-logo-link" href="https://codepen.io/IamManchanda/pen/vZWVXp?editors=1000" target="_blank"><img src="{{root}}assets/img/logos/edit-in-browser.svg" class="" height="" width="" alt="edit on codepen button"></a>
+</div>
+
 ```html_example
 <div class="grid-x grid-padding-x align-center-middle text-center" style="height: 200px;">
   <div class="cell small-4">I am in the center-middle</div>