Answers for "find first child which is a"

CSS
0

first-child

p:first-child {
  background-color: yellow;
}
Posted by: Guest on June-29-2020

Browse Popular Code Answers by Language