Answers for "how to target the first sub element in css"

CSS
6

css first element

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

css selector first level child

.MyClass>tbody>tr>td { border: solid 1px red; }
Posted by: Guest on June-08-2021

Code answers related to "how to target the first sub element in css"

Browse Popular Code Answers by Language