CSS
CSS ListsCSS Lists
CSS customizes the bullet points and numbers of lists.
Read Time
5 min readDifficulty
BeginnerLast Updated
Jun 15, 2026Version
v1.0.0Introduction
CSS controls the marker style of both ordered and unordered lists. Developers change standard bullets into squares, Roman numerals, or completely custom images. You can also remove the markers entirely for navigation menus.
Example
Example
Key Points
- The `list-style-type` property changes the marker shape.
- The `list-style-image` property uses a custom image.
- The `list-style-position` controls whether markers sit inside or outside the text block.
- Setting `list-style-type: none` removes the markers entirely.