https://flexboxfroggy.com/#ko제가 CSS를 처음 입문할 때 도움이 되었던 flexbox 속성 게임이에요어려운 부분이 있으면 제 답안을 참고해서 풀어주세요😊 단계 1 of 24justify-content: flex-end; 단계 2 of 24justify-content: center; 단계 3 of 24justify-content: space-around; 단계 4 of 24justify-content: space-between; 단계 5 of 24align-items: flex-end; 단계 6 of 24justify-content: center;align-items: center; 단계 7 of 24justify-content: space-around;align-items: f..