For the sake of simplicity, I've put everything in the HTML part:
<section style="text-align:center;">
<h3>FRUITS</h3>
<ol>
<li>Apples</li>
<li>Bananas</li>
<li>Oranges</li>
</ol>
</section>
How to make every number of ol
to be aligned by the same "column"?
I would like to get this:
FRUITS
1. Apples
2. Bananas
3. Oranges