ํต์ฌ ๊ฐ๋ ๋ฉ์ธ์ถ(main axis) → justify-content๊ต์ฐจ์ถ(cross axis) → align-items๋ณดํต flex-direction: row(๊ฐ๋ก ๋ฐฉํฅ)์ผ ๋:justify-content: space-between; → ์ข์ฐ ๋์ผ๋ก ๋ฐฐ์นalign-items: flex-start / center / flex-end → ์ธ๋ก ๊ธฐ์ค ์ ๋ ฌ ๊ฐ๋ก๋ฐฐ์น๋ ์๋์ผ๋ก,์ธ๋ก๋ฐฐ์น๋ ๋งจ ์๋๋ก. ์ข์ฐ ๋์ผ๋ก ๋ฐฐ์น → justify-content: space-between;์ธ๋ก ์๋๋ก ๋ถ์ด๊ธฐ → align-items: flex-end;