⭐결과물

❕ flex 적용 주의사항
임의의 수의 요소를 배치하고자 할 때justify-content: space-between;가 깨진다면,flex-start를 적용하여 공백값을 조절해주자.
❕
nth-child
blah:nth-child(odd)홀수마다
blah:nth-child(even)짝수마다
참고: https://lalacode.tistory.com/6
⭐결과물

line-height를 px 단위가 아닌 1.2 또는 17로 값을 주셔서 갑자기 너무 헷갈렸다.
참고할 것
https://opentutorials.org/course/718/3902
https://www.codingfactory.net/10639
https://mygumi.tistory.com/366 (어려움!)
https://www.codeit.kr/community/threads/3830 (세로 중앙 정렬의 원리)
🤍