リストのマークを任意のテキスト(記号)に変更する Coding css/sass 2016.10.19 li, リスト ul.circleList { padding-left: 1.5em; li {text-indent: -1.5em; list-style-type: none; margin-left: 1.5em; &::before { content: "●"; margin-right: 0.5em; } } } 続きを読む