Skip to content

Instantly share code, notes, and snippets.

@stvnjacobs
Created November 14, 2016 12:55
Show Gist options
  • Save stvnjacobs/df8b827eb63ed3da23905043ca1cca54 to your computer and use it in GitHub Desktop.
Save stvnjacobs/df8b827eb63ed3da23905043ca1cca54 to your computer and use it in GitHub Desktop.
#right {
counter-reset: split;
}
#right > div:nth-child(5n+1):before {
counter-increment: split;
content: counter(split) ". ";
font-weight: 700;
font-size: 2em;
padding-top: 1em;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment