Typograpy

Headings


Bold & Italic

<b></b> tag will give you bold.
<i></i> tag will give you italic.


Underline & linethrough

<u></u> tag will give you underline.
<s></s> tag will give you line through.


Keyboard Input & mark

<kbd></kbd> tag will give you keyboard style.
<mark></mark> tag will give you markup style.


Code (pre)

<pre></pre> tag will give you keyboard style.


Wrapping and overflow

By adding the txt-nowrap class you will prevent text from wrapping.
By adding the txt-truncate class you will truncate the text with an ellipsis


Alignment

By adding the txt-left class, will align text to the left.
By adding the txt-center class, will align text to the center.
By adding the txt-right class, will align text to the right.