TIL: CSS list-style-position property
The HTML list tag allows you to list ordered and unordered items. One major UI problem I had with list items is the position of the ::marker (bullet) pseudo-element in a list item. The ::marker pseudo-element selects the marker box of a list item, w...
Apr 13, 20202 min read620



