lis stytle type code example
Example 1: list-style-type
<ul style="list-style-type:none">
<li></li>
<li></li>
</ul>
Example 2: list-style-type flex
list-style applies to elements with display: list-item only – so by making your LI display: flex, you are removing the prerequisite for list-style to have any effect.