Problem: Editorial numbered features.

Solution#

html
<ol class="space-y-8">
  <li class="flex gap-4"><span class="text-4xl font-black text-slate-200">01</span><div><h3>Fast</h3><p>…</p></div></li>
</ol>

Why this works#

Oversized ghost numerals as design elements.

Variants#

  • Responsive: add screen prefixes to the core classes
  • Dark: pair each color utility with its dark: twin
  • Animated: add transition + a state variant for motion

cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns