웹표준 html,css,javascript 실무 과정 자료] :nth-last-of-type()
웹표준 html,css,javascript 실무 과정 자료] :nth-last-of-type()
실무개발자를위한 실무교육 전문교육센터학원
www.oraclejava.co.kr에 오시면 보다 다양한 강좌를 보실 수 있습니다.
:nth-last-of-type()
■ 동일한 부모 요소 안에서 뒤에서 n번째 자식 요소마다 스타일 적용
■ 다른 종류의 형제 요소가 있는 경우에도 ‘요소명’에 해당하는 요소만을 셈
■ 나머지는 nth-of-type()과 동일
'웹표준 > HTML' 카테고리의 다른 글
웹표준 html,css,javascript 실무 과정 자료] :first-of-type (0) | 2017.05.15 |
---|---|
웹표준 html,css,javascript 실무 과정 자료] :first-child :last-child (0) | 2017.05.15 |
웹표준 html,css,javascript 실무 과정 자료] nth-of-type() (0) | 2017.05.15 |
웹표준 html,css,javascript 실무 과정 자료] :nth-child() & :nth-last-child() (0) | 2017.05.15 |
웹표준 html,css,javascript 실무 과정 자료] :checked & :root (0) | 2017.05.15 |