CSS3新增伪类

举例:

p:first-of-type

p:last-of-type 

p:only-of-type 

p:only-child 

p:nth-child(2)

:after

:before

:not()

CSS3新增伪类_css

CSS3新增伪类_css_02

CSS3新增伪类_css_03

CSS3新增伪类_css_04

CSS3新增伪类_css_05

CSS3新增伪类_css_06


CSS3新增伪类_css_07

CSS3新增伪类_css_08