:::

11. first child(第一行)

It's used to apply styling to only the elements that are the first children of their parents. 

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


:::

語系選擇