Just a quick note, to change the way list items are styled and add cool icons (like emoji for example) do this:
.foo {
list-style: none; //removes old icons
}
then add a new icon with:before
.foo li::before {
content: '🏷 ';
}
Top comments(0)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse