CSS selector p:first-child and p:nth-child(th)

上一篇 / 下一篇  2015-07-30 16:39:56 / 个人分类:HTML/CSS

/*Add your CSS below!*/

p:first-child{
    font-family:Cursive;
}

p:nth-child(2){
    font-family:Tahoma;
}

p:nth-child(3){
    color:#cc0000;
}

p:nth-child(4){
    background-color:#00FF00;
}

p:nth-child(5){
    font-size:22px;
}


TAG:

wilber.shinobi的个人空间 引用 删除 wilber.shinobi   /   2015-07-30 16:42:58
http://www.51testing.com/html/30/n-861230.html
 

评分:0

我来说两句

Open Toolbar