may88seiji
6/27/2017 - 7:58 AM

list-style discの編集

list-style discの編集

li {
	list-style-type: none;
}

li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -15px;
	top: -3px;
}