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


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

style.css
li {
  list-style: none
}