Skip to content

Instantly share code, notes, and snippets.

@karl-gustav
Created September 24, 2018 08:50
Show Gist options
  • Select an option

  • Save karl-gustav/a763065edab28aa6fef419ed4cc6beeb to your computer and use it in GitHub Desktop.

Select an option

Save karl-gustav/a763065edab28aa6fef419ed4cc6beeb to your computer and use it in GitHub Desktop.
SVG bullet points on lists
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