diff --git a/docs/base-css.html b/docs/base-css.html index f283f962e1..3294336b6e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -170,6 +170,19 @@
Heads up! Feel free to use <b>
and <i>
in HTML5. <b>
is meant to highlight words or phrases without conveying additional importance while <i>
is mostly for voice, technical terms, etc.
Easily realign text to components with text alignment classes.
+Left aligned text.
+Center aligned text.
+Right aligned text.
++<p class="text-left">Left aligned text.</p> +<p class="text-center">Center aligned text.</p> +<p class="text-right">Right aligned text.</p> ++
Convey meaning through color with a handful of emphasis utility classes.
{{_i}}Heads up!{{/i}} {{_i}}Feel free to use <b>
and <i>
in HTML5. <b>
is meant to highlight words or phrases without conveying additional importance while <i>
is mostly for voice, technical terms, etc.{{/i}}
{{_i}}Easily realign text to components with text alignment classes.{{/i}}
+Left aligned text.
+Center aligned text.
+Right aligned text.
++<p class="text-left">Left aligned text.</p> +<p class="text-center">Center aligned text.</p> +<p class="text-right">Right aligned text.</p> ++
{{_i}}Convey meaning through color with a handful of emphasis utility classes.{{/i}}