Answers for "cdd first child"

CSS
1

cdd first child

/* Selects any <p> that is the first element
   among its siblings */
p:first-child {
  color: lime;
}
Posted by: Guest on January-20-2022

Browse Popular Code Answers by Language