下線を波状にする
目的
指定した文字の下線を波状にしたい。
slim
p
| ほげほげほげ
span wave
| ほげほげほげ
scss
p {
span {
background-image: url("nami.png");
background-position: bottom;
background-repeat: repeat-x;
background-size: 20px;
margin: 0 20px;
font-size: 30px;
}
}
Author And Source
この問題について(下線を波状にする), 我々は、より多くの情報をここで見つけました https://qiita.com/ko8@github/items/9e436e0bb308366885e0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .