![1с-битрикс](https://habrastorage.org/r/w120/webt/5a/7b/d0/5a7bd0d3357e5134260935.png)
1С-Битрикс
5
Вклад в тег
*{
padding: 0;
margin: 0;
}
ol{
list-style: none;
}
ol > li{
padding-left: 20px;
position: relative;
margin: 10px;
}
ol > li:before{
content: '✔';
position: absolute; top: 0; left: 0;
color: yellow;
}
<ol>
<li>list</li>
<li>list</li>
<li>list</li>
<li>list</li>
</ol>