Skip to content
作者:  WHY
字数统计: 
阅读时长:  分钟
阅读量: 

CSS 选择器

伪类选择器

:only-child

:only-child 用于选择无任何相邻元素 (siblings) 的孤立元素

:first-child

:first-of-type

:last-child

:last-of-type

:nth-child

:nth-of-type

:nth-last-child

:nth-last-of-type

:only-child

:only-of-type

:where

:is

:has

:not

Contributors

The avatar of contributor named as why why

Changelog

Released under the MIT License.