CSS3 Pushing the Limits - Getting Creative with Pseudo-elements
很多炫酷的设计都用了这个 各种after before
##Pseudo-class用非class来定位某个元素或者状态
ul li:nth-child(4){}a:hover{}
##Pseudo-element某元素的一部分
p:first-line
...