Skip to content

Instantly share code, notes, and snippets.

@yosh1
Created September 25, 2018 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosh1/4d339c27a772485561bd2084ec64531c to your computer and use it in GitHub Desktop.
Save yosh1/4d339c27a772485561bd2084ec64531c to your computer and use it in GitHub Desktop.
HTMLでli要素のリストマークを消す方法 ref: https://qiita.com/yoshi1125hisa/items/3394e45e8640ff24a615
ul {
list-style: none;
}
ol {
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment