Html – How do i change the list numbers of the ol to look like this
I am trying to make my list numbers look something like this: Example this is my current code for this: CSS: ul > ol > li::before > li::marker { font-weight: 700; position: absolute; left: 160px; content: counter(ol-counter); counter-increment: ol-counter; display:…