I have a ol list. This list is fill with li that contains text that can be on multiple line. What I want to do is to center the number that mark the position in the list.
Ex:
<ol>
<li>
Text in multiple line
</li>
</ol>
Will do :
1. Text in
multiple line
The ‘1’ in the previous example is the thing that I want to position at the middle center. Is it possible. If yes, how can I do that.
I think this may be what you’re looking for: