Styling HTML List with CSS
Today I want to teach you a cool trick that may or may not you know.
We can use icon or image instead of bullet in unorder list in css.
Here is an example of it:
This is the HTML part
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
<li>item 4...
ahmadullahnikzad.hashnode.dev1 min read