Skip to content

Instantly share code, notes, and snippets.

@czterystaczwarty
Created May 14, 2013 08:41
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 czterystaczwarty/5574548 to your computer and use it in GitHub Desktop.
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