From: RafiBomb Date: Mon, 15 May 2017 04:21:05 +0000 (-0700) Subject: adds card links and vid times X-Git-Tag: v6.4.0-rc1~46^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39d88a1041d95b7fc31b1683c91f9033721a182e;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds card links and vid times --- diff --git a/docs/pages/card.md b/docs/pages/card.md index 24f1b1e93..4325f0615 100644 --- a/docs/pages/card.md +++ b/docs/pages/card.md @@ -15,6 +15,12 @@ Make sure you wrap your content in a `.card-section` element in order to achieve A card container has no padding, allowing you to place full-bleed images inside. Use the `.card-divider` and `.card-section` classes to sub-divide a card. +
+ Watch this part in video + + edit on codepen button +
+ ```html_example
@@ -34,6 +40,12 @@ A card container has no padding, allowing you to place full-bleed images inside. You can also include a `.card-divider` element as a title, footer or to break up content. + + ```html_example
@@ -52,6 +64,12 @@ You can also include a `.card-divider` element as a title, footer or to break up Images play nicely with cards. Simply include one outside of the `.card-section` element to span nicely to the edges. Or move the image inside the `.card-section` to have padding around the image. + + ```html
@@ -119,6 +137,12 @@ Images play nicely with cards. Simply include one outside of the `.card-section` You can either set the width of cards with custom css or add them into the Foundation grid. + + ```html_example