display:flex
flex-container
자식 요소를 flex-item
이라고 부릅니다.row
: 기본값. 왼쪽에서 오른쪽 (주축이 행 방향)column
: 위에서 아래 방향 (주축이 열 방향)row-reverse
: 오른쪽에서 왼쪽column-reverse
: 아래에서 위 방향flex-start
, flex-end
, center
, space-between
, space-around
, space-evenly
주어진 코드를 가지고 flex 속성을 추가해 아래와 같은 이미지로 배치해 보세요!