Answers for "css second last of type"

CSS
0

nth last of type

span:nth-last-of-type(0) {
  background-color: lime;
}
Posted by: Guest on June-17-2021

Code answers related to "css second last of type"

Browse Popular Code Answers by Language