Text Colors utility classes in MM.css - Minimal Modern CSS Framework.
Use the text-*
classes to apply different colors to the text.
<!-- TODO -->
Similarly, you can use the text-*
classes to apply different colors to the links.
<!-- TODO -->
Use text-small
and text-large
to change text size.
text-small
text-large
<!-- TODO -->
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.
<!-- TODO -->
Use text-center
, text-right
and text-justify
to align text.
Default
text-center
text-right
<!-- TODO -->
Want to contribute to the documentation? Edit this page on Github.