본문 바로가기

CSS

[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}

 

 

 

 

반응형

'CSS' 카테고리의 다른 글

[CSS] background 이미지 설정  (0) 2019.11.22
[CSS] Link (jsp상에서 별도 설정)  (0) 2019.11.22