Skip to content

Instantly share code, notes, and snippets.

@OlukaDenis
Created November 23, 2019 18:17
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 OlukaDenis/ace09415a6a5a28918c820ac7f02cc8a to your computer and use it in GitHub Desktop.
Save OlukaDenis/ace09415a6a5a28918c820ac7f02cc8a to your computer and use it in GitHub Desktop.
.list-item::after {
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="black" stroke-width="4" stroke-miterlimit="10" d="M4.75 1.5l6.5 6.5-6.5 6.5"/></svg>');
background-size: 8px 8px;
background-repeat: no-repeat;
content: '';
display: inline-block;
height: 8px;
margin-left: 4px;
width: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment