CSS关系和伪类选择器

1.子代选择器(>)

点击查看大图


2.临近兄弟选择器+

点击查看大图


3.普通兄弟选择器~

点击查看大图


4. :not选择器

点击查看大图


5 :only-child 选择器

点击查看大图


6. :first-child和:last-child选择器

点击查看大图


7. :nth-child(n)和:nth-last-child(n)选择器

点击查看大图


8.思考

点击查看大图


9. :empty选择器

点击查看大图


10. :target选择器

点击查看大图