네이버 오디오 3

nabong·2021년 8월 18일
0

TIL / WEB-Beginner

목록 보기
28/53

📌학습 내용

📖실습

💡main 우측

⭐결과물

📖상세 페이지 실습

❕ flex 적용 주의사항
임의의 수의 요소를 배치하고자 할 때 justify-content: space-between;가 깨진다면, flex-start를 적용하여 공백값을 조절해주자.

nth-child
blah:nth-child(odd) 홀수마다
blah:nth-child(even) 짝수마다
참고: https://lalacode.tistory.com/6

💡audio_category

⭐결과물

📌어려운 점

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 (세로 중앙 정렬의 원리)

📌느낀 점

🤍

0개의 댓글