Skip to content

Latest commit

 

History

History
53 lines (46 loc) · 1.57 KB

File metadata and controls

53 lines (46 loc) · 1.57 KB

Justify Content

  • .justify-content-start
  • .justify-content-end
  • .justify-content-flex-start
  • .justify-content-flex-end
  • .justify-content-left
  • .justify-content-right
  • .justify-content-center
  • .justify-content-stretch
  • .justify-content-normal
  • .justify-content-space-between
  • .justify-content-space-around
  • .justify-content-space-evenly
  • .justify-content-inherit

More info on the css property

Justify Items

  • .justify-items-start
  • .justify-items-end
  • .justify-items-flex-start
  • .justify-items-flex-end
  • .justify-items-self-start
  • .justify-items-self-end
  • .justify-items-left
  • .justify-items-right
  • .justify-items-center
  • .justify-items-baseline
  • .justify-items-stretch
  • .justify-items-normal
  • .justify-items-inherit
  • More info on the css property

Justify Self

  • .justify-self-start
  • .justify-self-end
  • .justify-self-flex-start
  • .justify-self-flex-end
  • .justify-self-self-start
  • .justify-self-self-end
  • .justify-self-left
  • .justify-self-right
  • .justify-self-center
  • .justify-self-baseline
  • .justify-self-stretch
  • .justify-self-normal
  • .justify-self-inherit
  • More info on the css property

Back to TOC