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...
blog.bolajiayodeji.com2 min read
Linda Ikechukwu
Frontend Enginner, turned Technical Writer
I was experimenting with this yesterday and I used the ::marker pseudo class to change the size of the list marker independent of the font size of the list itself. Worked in Firefox but didn't in chrome.