Back to typography Classes

list-decimal

Usage

<div class="list-decimal">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the list-decimal class:

<!-- Basic usage -->
<div class="list-decimal">
  Content
</div>

<!-- With other classes -->
<div class="list-decimal p-4 bg-white">
  Content with padding and background
</div>