CDD First Child
/* Selects any <p> that is the first element
among its siblings */
p:first-child {
color: lime;
}
Long Lyrebird
/* Selects any <p> that is the first element
among its siblings */
p:first-child {
color: lime;
}