h1:nth-of-type(2n+1)
h1:nth-last-of-type(2n+1)
<STYLE>
p:nth-of-type(2n+1){background: yellow;}
p:nth-last-of-type(2n+1){background: red;}
</STYLE>
<P class="stand">STANDOUT</P>
<P class="out">STANDOUT</P>
<P class="out">STANDOUT</P>
<P class="stand">STANDOUT</P>
<P class="out">STANDOUT</P>
<P class="out">STANDOUT</P>
<H3>STANDOUT</H3>
'HTML·CSS' 카테고리의 다른 글
CSS 선택자, 번갈아 선택하기 nth-last-child(2n+1) , nth-child(2n+1) (0) | 2023.03.30 |
---|---|
CSS 선택자 첫/마지막번째, *-of-type (0) | 2023.03.30 |
CSS 선택자, 번갈아 선택하기 odd/even (0) | 2023.03.30 |
CSS 선택자, input 활성화/비활성화 감지 :enabled, :disabled (0) | 2023.03.30 |
CSS 선택자 :link/:visited 링크텍스트/방문링크 (0) | 2023.03.30 |