Skip to main content

Lists

For ordered lists, a regular ol works well but the optional .bignum makes it really stand out!

  1. Item one
  2. Item two
  3. Item three
  1. Item one
  2. Item two
  3. 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>