본문 바로가기
웹코딩 배우기/· CSS

CSS :first-child, last-child, only-child

by 닐기 2023. 2. 7.

See the Pen :first, last-child by nilgi (@nilgi) on CodePen.

 

 

• :first-child // 첫번째 자식요소 선택
• :last-child // 마지막 자식요소 선택

 

 

See the Pen only-child by nilgi (@nilgi) on CodePen.

 

 

• :only-child // 자식 요소가 유일하게 하나일 때. 다른 어떠한 자식 요소가 없어야 적용