How to Style Lists with CSS – freeCodeCamp.org

There are three common properties specific to styling lists: list-style-type, list-style-position, and list-style-image. There is also a shorthand property which includes all three. The markers (or bullet points) that appear in ordered and unordered lists can be styled in a variety of ways.

Read More