Answers for "css last element of type"

CSS
2

css last of type

li {
  color: goldenrod;
}

li:last-of-type {
  color: lightgrey;
}
Posted by: Guest on July-17-2021

Browse Popular Code Answers by Language