gpt4 book ai didi

html - 如何排除第n个选择器?

转载 作者:行者123 更新时间:2023-11-28 05:17:26 24 4
gpt4 key购买 nike

假设我有这个:

enter image description here

我想为除 3 的倍数以外的每个 div 添加绿色?是否可以使用 nth-child() 或其他方式来做到这一点?

最佳答案

这应该有效:

:not(:nth-child(3n))

关于html - 如何排除第n个选择器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43449801/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com