타워 디펜스로 배우는 CSS FlexBox
(flexboxdefense.com)- 몰려오는 적들을 공격하는 타워를 CSS로 위치시켜서 막아내는 게임
- 총 12개의 Wave
- display: flex 의 다양한 속성 값들 익히기
ㅤ→ justify-content : flex-start, flex-end, center, space-between, space-around
ㅤ→ align-items & align-self
ㅤ→ flex-direction : row, row-reverse, column, column-reverse