Answers for "how to apply style to only first class of one name in css"

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 apply style to only first class of one name in css"

Browse Popular Code Answers by Language