r/codesnip

Who still remembers this HTML tag? 👇
â–² 175 r/codesnip+3 crossposts

Who still remembers this HTML tag? 👇

Although it has been deprecated for such a long time (really long time), it's still supported by all browsers!

Anyway, not advised to use in production!

Oh man, we are so old ... 😑

u/wanoo21 — 5 days ago
â–² 42 r/codesnip+1 crossposts

Tabular numbers in CSS

By default, many fonts use proportional numbers: a 1 is narrow, an 8 is wider, and the whole number can shift when the value changes. 

tabular-nums makes each digit take the same horizontal space, so the number keeps its shape and the right edge stays steady.

Play with a small demo I created here.

u/wanoo21 — 7 days ago