Created
November 23, 2019 18:17
-
-
Save OlukaDenis/ace09415a6a5a28918c820ac7f02cc8a to your computer and use it in GitHub Desktop.
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
.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