:::

8. div > p(只有div下的p)

p {
    font-family:Garamond;
}
body > p {
    font-weight:bold;
    
}
/*Add your CSS below!*/

div ul li p {
    color:#000000;
    text-decoration: underline;
}
div p {
    color:#7AC5CD;
}


:::

語系選擇