CSS list styling using ASCII special characters
When creating a list of items in HTML we have got a choice of two list types: ordered <OL> and unordered <UL>. While for ordered list we have a number of options, unordered list could only be styled with: circle, disc or square markers. Lets see how we can change that with CSS!
Continue reading


