<h1>Simple custom marker</h1>
<ul>
<li>create a list</li>
<li>set the marker to a check mark</li>
<li>change the color of the check mark</li>
</ul>
li {
list-style-type: "✓";
padding-left: 1ch;
}
::marker {
color: crimson;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.