Answers for "css target first element in div of type"

CSS
6

css first element

p:first-child {
  font-size: 1.5em;
}
Posted by: Guest on March-11-2020

Browse Popular Code Answers by Language