210818 개발일지

leehyunji·2021년 8월 18일
0

1) 학습한 내용

  1. 네이버 오디오 오른쪽 / 하단 github

    - 		<a href="#" class="footer-copyright-link">
                   <span class="symbol">&copy;</span>
                    네이버
                	</a> --> &copy; html에서 사용되는 특수문자

  1. 카테고리 페이지 github

    .audio-category .audio-category-lists .category-list:nth-child(odd) a {
        background-color: yellow;
    } 홀수번마다 노란색
    
    .audio-category .audio-category-lists .category-list:nth-child(even) a {
        background-color: pink;
    } 짝수번마다 핑크색
    
    
    space-between의 단점을 flex-start 사용으로 보완 

2) 학습내용 중 어려웠던 점
nth-child 사용

3) 해결방법
참조 https://lalacode.tistory.com/6

4) 학습소감
정리되어진 자료들을 효과적으로 활용하는 것의 중요성을 학습.

0개의 댓글