课程
/前端开发
/HTML/CSS
/十天精通CSS3
怎样用一个选择器实现789变一个样式
2019-11-08
源自:十天精通CSS3 6-9
正在回答
ol >li:nth-child(-n+9):nth-child(n+7){background:green;}
ol>li:nth-last-child(2),:nth-last-child(3),:nth-last-child(4){
background: orange;
}
具体形容的是什么呢,第789个元素?
举报
本课程为CSS3入门教程,深刻详解CSS3知识让网页穿上绚丽装备
1 回答一个not选择器只能选择一个吗
3 回答选择器 怎么选择前面三个?
2 回答这样为什么不是选择最后一个子元素
1 回答类选择器一定要加target
5 回答:empty选择器有什么实际用处啊