📜  选择前 5 个子 CSS 代码示例

📅  最后修改于: 2022-03-11 14:48:01.407000             🧑  作者: Mango

代码示例3
li:nth-child(-n+5) {
    color: green;   
}