/*补全代码*/
div{
font-size:20px
}
div:first-child{
color:rgb(255, 0, 0)
}
.green{
color:rgb(0, 128, 0)
}
#black{
color:rgb(0, 0, 0)
}

/*补全代码*/
div{
font-size:20px
}
div:first-child{
color:rgb(255, 0, 0)
}
.green{
color:rgb(0, 128, 0)
}
#black{
color:rgb(0, 0, 0)
}