ol { list-style: none; counter-reset: my-counter; } ol li { counter-increment: my-counter; }
content: counter(my-counter) ". ";
color: red;
font-weight: bold;