HTML , CSS
how to use pseudo-class :not with :nth-child
이상한 나라의 채소토끼
2018. 1. 11. 19:41
td:not(:nth-child(4n)){
text-align:center;
}
-> 4번째 td를 제외하고 td 태그에 적용됨