CDD Anak Pertama

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