Created
September 24, 2018 08:50
-
-
Save karl-gustav/a763065edab28aa6fef419ed4cc6beeb to your computer and use it in GitHub Desktop.
SVG bullet points on lists
This file contains hidden or 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
| li { | |
| list-style-type: none | |
| background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><circle style="fill:#A7A7A7;" cx="10" cy="10" r="5"/></svg>') | |
| background-repeat: no-repeat | |
| background-position-y: center | |
| padding-left: 2rem | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment