<h2>A demo from the future?</h2>
<ul>
<li>My marker has a pink background.</li>
<li>My marker has a margin.</li>
<li>My marker is vertically centered.</li>
</ul>
li::marker {
content: '★';
font-size: 2.5em;
/* These styles may start working in the future */
background-color: pink;
margin-right: 0.5ch;
vertical-align: middle;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.