ul { list-style-type: disc; /* circle, square, decimal, lower-greek, katakana,.. none */ list-style-image: url(some_image.png); line-height: 200%; list-style-position: inside; /* outside */ }
Pro tip: use ```triple backticks around text``` to write in code fences