Class | Description |
---|---|
.text-left | This class is used to set the left alignment of text. |
.text-right | This class is used to set the right alignment of text. |
.text-center | This class is used to set the center alignment of text. |
.font-weight-bold | This class is used to sets the font weight to bold. It is used to display the importance of text. |
.font-weight-bolder | This class is used to sets the font weight to deep bold. It is used to display the importance of text. |
.font-italic | This class is used to sets the font style italic. |
.text-uppercase | This class is used to transform text into uppercase. |
.text-lowercase | This class is used to transform text into lowercase. |
.text-capitalize | This class is used to transform text to capitalize first letter of each word. |
.text-nowrap | This class Indicates no wrap text. |
.text-reset | By using this class resets the color of a text or a link. |
.text-justify | Indicates justified text. |
.text-decoration-none | Removes the underline from a link. |
.font-weight-light | Light weight text. |
.font-weight-lighter | Lighter weight text. |
.initialism | Displays the text inside an element in a slightly smaller font size. |
.pre-scrollable | This class makes a <pre> element scrollable |