Lists
For ordered lists, a regular ol works well but the optional .bignum makes it really stand out!
- Item one
- Item two
- Item three
- Item one
- Item two
- Item three
<ol>
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
</ol>
<ol class="bignum">
<li>Item one</li>
<li>Item two</li>
<li>Item three</li>
</ol>