/*リストの点を緑に*/ li { list-style-type: none; /*点を非表示*/ position: relative; /*基準位置*/p padding-left: 0.6em; } li:before { border-radius: 100%; /*丸くする*/ width: 10px; /*点の幅*/ height: 10px; /*点の高さ*/ display: block; content: ""; background: #5fcc95; /*点の色*/ position: relative; /* 位置調整 */ top: 19px; /* 位置調整 */ right: 19px; }

お問い合わせ

ご相談・ご質問・ご指摘などはこちらから。
お気軽にお問い合わせ下さい。



    タイトルとURLをコピーしました