li:first-child {color:red} li:nth-child(3n) {color: red}
在对nth-child传参的时候,已经直接用公式,3n就表示3的倍数。多用伪类和伪元素,可以使代码更精简,多看一下。
display:table-cell实现垂直居中挺好用的,看别人的文章
CSS伪类选择器的一个小知识点
原文:http://www.cnblogs.com/zhansu/p/6082291.html