From: RafiBomb Date: Thu, 11 May 2017 21:44:11 +0000 (-0700) Subject: adds more vide links X-Git-Tag: v6.4.0-rc1~46^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba5491c0e54260f04407b5d078a04261356f0b3;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds more vide links --- diff --git a/docs/pages/flex-grid.md b/docs/pages/flex-grid.md index 4ddf7a329..03b6a1934 100644 --- a/docs/pages/flex-grid.md +++ b/docs/pages/flex-grid.md @@ -25,6 +25,10 @@ If you're using the CSS version of Foundation, you can generate a + Watch this part in video + + ```scss @import 'foundation'; @@ -48,7 +52,7 @@ If you're using the Sass version of Foundation, you can enable a framework-wide The structure of the flex grid is identical to that of the float grid. Rows use the class `.row`, and columns use the class `.column` (or `.columns`). Basic percentage-based sizing can also be done using the same grid classes you're used to: `.small-6`, `.medium-12`, and so on.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -71,7 +75,7 @@ The structure of the flex grid is identical to that of the float grid. Rows use If no sizing class is added to the column, it will simply expand to fill the leftover space. We call this an *expand behavior*.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -88,7 +92,7 @@ If no sizing class is added to the column, it will simply expand to fill the lef Multiple expanding columns will share the leftover space equally.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -106,7 +110,7 @@ Multiple expanding columns will share the leftover space equally. A column can also be made to *shrink*, by adding the `.shrink` class. This means it will only take up the horizontal space its contents need.
- Watch this part in video + Watch this part in video edit on codepen button
@@ -361,7 +365,7 @@ We have a set of classes that make it easy to setup source ordering in your HTML
Watch this part in video - edit on codepen button + edit on codepen button
```html_example @@ -385,6 +389,12 @@ To define column widths at the row-level, instead of the individual column level

A block grid row has the property align-items: stretch by default, meaning the columns in each row are equal height. To change this, change the align-items property of the row, or use one of the vertical alignment flexbox classes.

+
+ Watch this part in video + + edit on codepen button +
+ ```html_example
1 per row on small