Answers for "first-child example"

CSS
0

first-child

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

Browse Popular Code Answers by Language