<ol class="directions">
<li>Put your right foot in.</li>
<li>Put your right foot out.</li>
<li>Put your right foot in.</li>
<li>Then you shake it all about.</li>
<li class="warning">Ah ah ah, Simon didn’t say!</li>
</ol>
li.warning {
list-style-type:"⚠";
}
li.warning::marker {
color: red;
font-weight: bold;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.