From e5672ed8c3addfd73f25f2852d9aeb3562abc183 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 May 2017 02:20:19 +0530 Subject: [PATCH] Add thumbnail codepen! --- docs/pages/thumbnail.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/pages/thumbnail.md b/docs/pages/thumbnail.md index 8e5f85cd0..316ad0bb1 100644 --- a/docs/pages/thumbnail.md +++ b/docs/pages/thumbnail.md @@ -7,12 +7,18 @@ sass: scss/components/_thumbnail.scss The `.thumbnail` class can be applied directly to an `` element, or an `` that wraps it. Make sure the `` has an `alt` attribute that describes the contents of the image. -```html -Photo of Uranus. -``` +

+ Watch this part in video +

+ +
+ edit on codepen button +
```html -Photo of Neptune. +Photo of Uranus. +Photo of Neptune. +Photo of Pluto. ```
-- 2.47.2