<ol class="li st">
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
  <li>Yes</li>
</ol>
ol.li.st {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
ol li {
  position: relative;
  margin: 0.2em 1em 0 0.2em;
  padding-left: 0.5em;
}
ol li::before {
  content: '';
  background-color: #d00;
  width: 2em;
  height: 2em;
  display: inline-block;
  position: absolute;
  z-index: -1;
  margin-left: -2.3em;
  top: -0.3em;
  border-radius: 50%;
  
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.