About
Introduction
- mw-100: Sets the maximum width of the element to 100% of its container.
- mh-100: Sets the maximum height of the element to 100% of its container.
- m-auto: Sets margin to auto, effectively centering the element horizontally within its container.
- mx-auto: Sets horizontal margins to auto, centering the element horizontally within its container.
- my-auto: Sets vertical margins to auto, centering the element vertically within its container.
- text-center: Aligns the text content of the element to the center.
- text-left: Aligns the text content of the element to the left.
- text-right: Aligns the text content of the element to the right.
- text-justify: Justifies the text content of the element.
- text-wrap: Sets text wrapping within the element.