#CSS has an infinity constant.
Playing with Infinity in CSS: https://codersblock.com/blog/playing-with-infinity-in-css/
@davidbisset
>the common way to make content screen reader only is to position it absolutely far off the edge of the screen
how is front-end so cursed?
@davidbisset TIL z-index: calc(infinity); is a thing!
@davidbisset That's a fun experiment! I always use `9e9` for large numbers, which equates to 9 billion. It removes the need for a calc, which looks clean. But I always wondered if you'd use that as a border radius or animation iteration count, if that'd impact performance. Did you come across anything while researching `infinite`?
@davidbisset This delights me.
@podfeet me too! Taking a moment to learn about something cool!