Skip to content

Instantly share code, notes, and snippets.

@freakboy3742
Last active March 26, 2017 02:27
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 freakboy3742/f3f43eef7677a7714a6f0ac4261619b1 to your computer and use it in GitHub Desktop.
Save freakboy3742/f3f43eef7677a7714a6f0ac4261619b1 to your computer and use it in GitHub Desktop.
WTAF?
ol > li::before {
content: counter(list-item) ". ";
width: 0.8em;
display: inline-block;
}
ol > li {
text-indent: -0.8em;
}
ol {
list-style-type: none;
}
.left-column ol {
counter-reset: list-item 0;
}
.right-column ol {
counter-reset: list-item 6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment