List Play
Playful features and effects for lists for use in experimenting and generating new ideas for your project. Not recommended in production.
ol number-big experimental
- List item 1 that is longer and wraps to two lines
- List item 2
- List item 3
<ol class="list-number number-big>
<li>List item 1 that is longer and wraps to two lines</li>
<li>list item 2</li>
<li>list item 3</li>
</ol>
This is an <ol>
list with big numbers. Create an <ol>
tag that contains <li>
tags, and apply the list-number
class. Number colors and font styles can be customized by mixing in classes such as number-serif
and number-gray
. Create an <ol>
tag that contains <li>
tags, and apply the list-number
and number-big
classes.