Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Wavy underline Reply To: Wavy underline

#201139
MattDiMu
Participant

Theoretically you could do this by setting

 text-decoration-style: wavy;

Source: https://developer.mozilla.org/de/docs/Web/CSS/text-decoration-style

Unfortunately it’s currently only supported in Firefox. Achieving this effect cross-browser is a bit trickier and is probably only possible by using a repeating background-image.