LoginSignup
0
0

More than 3 years have passed since last update.

【CSS3】<li></li>の黒丸を非表示にする方法

Last updated at Posted at 2020-11-14

CSSでliタグにlist-style:noneを指定する

スクリーンショット 2020-11-15 7.33.57.png

style.css
li {
  list-style: none
}

スクリーンショット 2020-11-15 7.38.11.png

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