Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

nth last of type

span:nth-last-of-type(0) {
  background-color: lime;
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #nth #type
ADD COMMENT
Topic
Name
6+4 =