<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;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.