I have a centralized list.
<ul style="text-align: center; list-style-position: inside;">
<li>abc</li>
<li>xyz</li>
</ul>
The point is that the bullet is too far from the text. I wish you were very close. I have already tried padding
and margin
in the style of ul
and li
. But none worked.