School of Social and Political Science

About

Introduction

  1. mw-100: Sets the maximum width of the element to 100% of its container.
  2. mh-100: Sets the maximum height of the element to 100% of its container.
  3. m-auto: Sets margin to auto, effectively centering the element horizontally within its container.
  4. mx-auto: Sets horizontal margins to auto, centering the element horizontally within its container.
  5. my-auto: Sets vertical margins to auto, centering the element vertically within its container.
  6. text-center: Aligns the text content of the element to the center.
  7. text-left: Aligns the text content of the element to the left.
  8. text-right: Aligns the text content of the element to the right.
  9. text-justify: Justifies the text content of the element.
  10. text-wrap: Sets text wrapping within the element.