Text

Utilities to create aligned text or colored text.

Standalone Library

You can download the plugin as a standalone library in this page.

Or simply insert this into your <head> element:

<link rel="stylesheet" href="https://unpkg.com/mobi-plugin-text/dist/mobi-plugin-text.min.css" />

Text Align

.text-left

.text-center

.text-right

<p class="text-left">.text-left</p>
<p class="text-center">.text-center</p>
<p class="text-right">.text-right</p>

Text Color

.text-muted

.text-primary

.text-danger

<p class="text-muted">.text-muted</p>
<p class="text-primary">.text-primary</p>
<p class="text-danger">.text-danger</p>

a.text-muted

a.text-primary

a.text-danger

<p><a class="text-muted" href="#">a.text-muted</a></p>
<p><a class="text-primary" href="#">a.text-primary</a></p>
<p><a class="text-danger" href="#">a.text-danger</a></p>

Text Size

.text-small

<p class="text-small">.text-small</p>