CSS list-style-position Property
The list-style-position CSS property specifies the position of the marker box in relation to the main block box.
Syntax
Property Values
Value
|
Description
|
inside
|
The bullet points will be contained within the list item.
|
outside
|
The bullet points will appear on the outside of the list item. This is the default setting.
|
initial
|
This property is set to its default value.
|
inherit
|
This property is inherited from its parent element.
|
Supported Browsers
Property
|
Chrome
|
Firefox
|
Safari
|
Edge / IE
|
Opera
|
list-style-position
|
1.0
|
1.0
|
1.0
|
4.0
|
3.5
|