본문 바로가기

Tailwind

[Tailwind] justify

Flexbox에서의 justify

  1. justify-start: 왼쪽 정렬
  2. justify-center: 중앙 정렬
  3. justify-end: 오른쪽 정렬
  4. justify-between: 첫 번째 아이템은 시작, 마지막 아이템은 끝, 나머지는 고르게 분포
  5. justify-around: 아이템들 사이에 동일한 여백을 두고 중앙 정렬
  6. justify-evenly: 아이템들 사이에 동일한 여백을 두고, 가장자리에 여백을 줌

Grid에서의 justify

  1. justify-items-start: 각 아이템을 시작 위치에 정렬
  2. justify-items-center: 각 아이템을 중앙에 정렬
  3. justify-items-end: 각 아이템을 끝 위치에 정렬
  4. justify-items-stretch: 각 아이템을 가능한 최대 크기로 늘림 (기본값)

'Tailwind' 카테고리의 다른 글

[Tailwind] 브레이크포인트  (0) 2024.09.24