8월 18일 개발일지

823 단어 CSShtmlCSS

1. 학습내용


실습내용


github 소스링크




학습 및 상기 내용


button

inline-block라서 margin 0 auto가 먹히지않음.

block요소로 바꿔서 margin 0 auto 적용.




nth-child

even :짝수

odd : 홀수

.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;
}



작업물





2. 어려운점


3. 해결방법


4. 소감

좋은 웹페이지 즐겨찾기