Skip to content

Instantly share code, notes, and snippets.

@czterystaczwarty
Created May 14, 2013 08:41
Show Gist options
  • Select an option

  • Save czterystaczwarty/5574548 to your computer and use it in GitHub Desktop.

Select an option

Save czterystaczwarty/5574548 to your computer and use it in GitHub Desktop.
Hide all except last 4 elemenst
/* ukryj elementy poza pozostałymi... 4-rema ;) */
li:nth-last-child(n+5) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment