From: RafiBomb Date: Tue, 16 May 2017 06:26:37 +0000 (-0700) Subject: adds progress links and vid times X-Git-Tag: v6.4.0-rc1~46^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffa42f5feef2fb265957903ca5dfcd03a7780c65;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds progress links and vid times --- diff --git a/docs/pages/progress-bar.md b/docs/pages/progress-bar.md index 2e4d9e67d..d43b0da21 100644 --- a/docs/pages/progress-bar.md +++ b/docs/pages/progress-bar.md @@ -18,6 +18,14 @@ A progress bar has two elements: the container `.progress`, and the meter `.prog If the value of the progress bar is not numeric, also add the attribute `aria-valuetext`, which should include a human-readable version of the bar's value. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example
@@ -38,6 +46,14 @@ Add a `width` CSS property to the inner meter to fill the progress bar. A progress bar can be styled with the `.secondary`, `.success`, `.warning`, and `.alert` colors. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example
@@ -62,6 +78,14 @@ A progress bar can be styled with the `.secondary`, `.success`, `.warning`, and You can add text inside the meter of a progress bar. Make sure the text you use in the meter is also used in the `aria-valuetext` attribute. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example