Are you coding an HTML document? Would you like to include bullet points that are a bit more interesting than the stock ones built into your fonts? Here’s some CSS for you to use to deploy your own custom images as bullet point icons!

[code lang=”css”]li {
margin: 0;
padding: 8px 0 8px 26px;
list-style: none;
background-image: url(http://go.pardot.com/l/464072/2018-01-04/33y3s3/464072/48330/check_mark.svg);
background-repeat: no-repeat;
background-position: 0 9px;
background-size: 20px;
}[/code]