CSS - Selecter(:visible/:nth-child)

2022-01-06-CSSSelecter.md

:hidden

  • display:none
  • type=”hidden”

:visible

  • ≠ display:none
  • ≠ type=”hidden”

:nth-child

:nth-child(odd) 홀수 번째 요소
:nth-child(even) 짝수번째 요소
:nth-child(4) 4번째 요소
:nth-child(4n) 4의 배수 요소
:nth-child(-n+3) 앞에서 3개의 요소
:nth-child(n+8):nth-child(-n+15) 8번째 요소부터 15번째 요소까지

태그: ,

카테고리:

업데이트:

댓글남기기