I have a list of ol . This list is populated with li , which contains text that can be on multiple lines. What I want to do is center the number that indicates the position in the list.
Example:
<ol> <li> Text in multiple line </li> </ol>
Will do:
1. Text in multiple line
The β1β in the previous example is what I want to position in the middle center. Is it possible. If so, how can I do this.
source share