Skip to content

Instantly share code, notes, and snippets.

@ScottKillen
Last active April 28, 2023 17:25
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 ScottKillen/31f76625a756a1b29b8d69a4d9e5a31f to your computer and use it in GitHub Desktop.
Save ScottKillen/31f76625a756a1b29b8d69a4d9e5a31f to your computer and use it in GitHub Desktop.
ol {
list-style-type: upper-roman;
}
ol ol {
list-style-type: upper-alpha;
}
ol ol ol {
list-style-type: decimal;
}
ol ol ol ol {
list-style-type: lower-roman
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment