Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css not last of type

li {
  color: goldenrod;
}

li:not(:last-of-type) {
  color: lightgrey;
}
 
PREVIOUS NEXT
Tagged: #css #type
ADD COMMENT
Topic
Name
7+7 =