CSS
CSS :first-child, last-child, only-child
혜원21
2023. 2. 7. 12:12
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 // 자식 요소가 유일하게 하나일 때. 다른 어떠한 자식 요소가 없어야 적용