Answers for "how to get the first element in a div in css"

CSS
6

css first element

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

Code answers related to "how to get the first element in a div in css"

Browse Popular Code Answers by Language