Answers for "style the first h3 on a div"

CSS
3

css first h element

p:first-of-type {
  font-size: 1.25em;
}
Posted by: Guest on March-11-2020

Browse Popular Code Answers by Language