lastChild (1) 썸네일형 리스트형 [CSS] 마지막번째 td, 마지막에서 첫번째 td 수정 //마지막에서 1번째 (0번째는 존재하지 않음) table.input1 td:nth-last-child(1) {text-align:center;border:0px;padding-left:0;padding-right:0} //마지막에서 2번째 table.input1 td:nth-last-child(2) {border-right:0px;padding-right:0} 이전 1 다음