float

grid

flex

/* 컨테이너의 항목을 가로로 정렬 */
.flex-container {
  display: flex;
  justify-content: space-between;
}

position

display

box