Posts by Lucas Cunha • 13 points
1 post
-
1
votes1
answer257
viewsQ: CSS - Changing text distance and image of a list item
I have the following orderly list: ol{ list-style: none; counter-reset: item; list-style-position: outside; } ol li { counter-increment: item; margin-bottom: 15px; } ol li::before{ margin-right:…