Is there a way to have non-continuous underline? I want the underline stop and restart (and see that visually) where I closed and reopened the tags..
W. Raven, “al-Wa<u>sh</u><u>sh</u>aʾ”
The simplest option would be to style the underlines to have a small amount of padding on their right.
u { padding-right: 2px; }
W. Raven, “al-Wa<u>sh</u><u>sh</u>aʾ”
Alternatively, if you want to be smarter with it and only apply it to two consecutive underlines. This finds any underline that directly follows another, and adds padding to it's left.
u + u{
padding-left: 2px;
}
W. Raven, “al-Wa<u>sh</u><u>sh</u>aʾ”
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With