Answers for "how to aply stylign to first element of class"

CSS
4

css style for the first element only

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

Code answers related to "how to aply stylign to first element of class"

Browse Popular Code Answers by Language