check thumbs-o-up twitter github desktop tablet folder-o wordpress

Text

Text Colors utility classes in MM.css - Minimal Modern CSS Framework.

Text Colors

Use the text-* classes to apply different colors to the text.

text-blue
text-green
text-pink
text-purple
text-yellow
text-red
text-teal
text-cyan
text-white
text-light
text-gray-light
text-gray
text-gray-dark
text-muted
text-dark
text-primary
<!-- TODO -->

Link Colors

Similarly, you can use the text-* classes to apply different colors to the links.

Text Sizes

Use text-small and text-large to change text size.

text-small

text-large

<!-- TODO -->

Font Weight

Use the font-thin, font-normal, font-medium and font-bold to change font weight. This can be applied to both paragraph text or headings.

font-thin

font-normal

font-medium

font-bold

<!-- TODO -->

Text Alignment

Use text-center, text-right and text-justify to align text.

Default

text-center

text-right

This is a justified text in it's parent container. You can justify text using the text-justifty class.
<!-- TODO -->

Want to contribute to the documentation? Edit this page on Github.