HTML
<p><a class="wavy" href="https://tenman.info/labo/css">Labo CSS</a></p>
CSS
.wavy{
text-decoration: underline;
text-decoration-style: wavy;
-webkit-text-decoration: underline;
-webkit-text-decoration-style: wavy;
font-size:42px;
text-decoration-color: rgba(255, 128, 128, 0.5);
- webkit-text-decoration-color: rgba(255, 128, 128, 0.5);
}
text-decoration-styleの値
solidデフォルトdouble二重線dotted点線dashed破線wavy波線
Screen Shot
関連
http://tategaki.github.io/commentaries/2015/11/10/commentary-text-decotrations.html(b:title)
