Last active
April 28, 2023 17:25
-
-
Save ScottKillen/31f76625a756a1b29b8d69a4d9e5a31f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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