リストのマークを任意のテキスト(記号)に変更する
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;
}
}
}
-
前の記事
文字列に括弧が含まれていればspanで囲む 2016.10.19
-
次の記事
サブディレクトリにインストールしたWPURLをルート直下に変更する 2016.10.19