I am a ML pro trying to get up to speed on frontend. How do I create some tag:{li} list item bullets with a custom star bullet picture. Can someone provide full html/css example?
Thanks much!
Try it, but before it remove all default styling
li:before {
content: "★";
}
List with unicode symbols: https://www.w3schools.com/charsets/ref_utf_symbols.asp
](https://stackoverflow.com/questions/7698764/custom-bullet-symbol-for-li-elements-in-ul-that-is-a-regular-character-and)