cdd first child

59

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

Comments

Submit
0 Comments