About Tabular Numbers

To display numbers of a fixed width in countdowns, timers, or invoices, use the font-variant-numeric CSS property:

1
2
3
.timer {
    font-variant-numeric: tabular-nums;
}

Tips and Tricks Development CSS3