New! My 44-page ebook "CSS in 44 minutes" is out! 😃
#list-style-position
Defines the position of a list's bullet points.
default
list-style-position: outside;
The bullet point will be outside the list item, as if it wasn't part of the list item.
The start of each line of a list item will be aligned vertically.
list-style-position: inside;
The bullet point will be inside the list item.
As it is part of the list item, it will be part of the text and push the text at the start.