1
1

ulの「・」を消す方法

Posted at

ulの「・」を消す方法

ulの「・」を消す方法はとても簡単で下記のコードを書くと消せる

ul {
    list-style:none
    }

[before]
スクリーンショット 2024-04-21 133726.png

[after]
スクリーンショット 2024-04-21 133709.png

1
1
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
1