.hws_ul_list ul {
list-style: none;
}
.hws_ul_list ul li:before {
content: '\2714\0020';
margin-left: -20px;
color: #68b42d;
}
.hws_ul_list li{
margin-bottom:0.8em;
}
Code language: CSS (css)Create an unordered list with checkmark instead of bullets
Last updated:
Categories: CSS