Skip to content

Instantly share code, notes, and snippets.

@muzimka
Last active June 24, 2020 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muzimka/2df8369e2931520f32ace935d29a4506 to your computer and use it in GitHub Desktop.
Save muzimka/2df8369e2931520f32ace935d29a4506 to your computer and use it in GitHub Desktop.
ul:nth-last-child(2)>li{
background-color:#ff3300;
}
li:nth-last-child(2){
background-color:#339933;
}
ul:nth-last-child(2)>li:nth-last-child(2){
background-color:#0099ff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment