LoginSignup
1
0

More than 5 years have passed since last update.

下線を波状にする

Posted at

目的

指定した文字の下線を波状にしたい。

Precondition Failed

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;
  }
}
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0