p:first-of-type {
color: #3c7500;
}
p:first-child {
color:#0c1082;
}
p::first-letter {
color: red;
}
p::first-letter {
font-size: 32px;
}
p::first-line {
color:#AFE3E5;
}
p::selection {
color: red;
}
网友评论