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: '🏷 ';
}
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: '🏷 ';
}
For further actions, you may consider blocking this person and/or reporting abuse
Devluc -
elanatframework -
Turing -
aryan015 -
We're a place where coders share, stay up-to-date and grow their careers.
Top comments (0)