TIL: text underline position
TIL about the CSS property text-underline-position. This property is a useful progressive enhancement to achieve a particular look and feel for links, in particular for content with many descenders. Examples: This is standard underlined text. This text has the underline position set to "under". This text has a bottom border instead of an underline. Notice that the border overflows the...