课程
/前端开发
/HTML/CSS
/十天精通CSS3
.wrapper > div:nth-last-of-type(5){
background: orange;
}
2015-01-31
源自:十天精通CSS3 6-13
正在回答
.wrapper下面有好几种类型元素,选择倒数第5个div,用nth-last-of-type(5)
举报
本课程为CSS3入门教程,深刻详解CSS3知识让网页穿上绚丽装备
2 回答为何改为.wrapper > div:last-child{ background: orange; }不行?
6 回答.wrapper>p:first-of-type和.wrapper>p:first-child 有什么区别吗
1 回答.wrapper>div:后面没填为什么会影响到.wrapper>p:nth-of-type(2n)
3 回答background-image:linear-gradient( to top left,red, orange);哪里出错啦
2 回答only-of-type这个有用?