Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
added 18 characters in body; added 4 characters in body; added 3 characters in body; deleted 223 characters in body
Source Link
ClosureCowboy

You can try the text-indent CSS attribute. It can be applied to the entire list, or to the bullets independently, though it won't work if you expect your text to flow from line to line.

Alternatively, you can use the padding-left attribute on the list items (notnot on the list itself!).

You can try the text-indent CSS attribute. It can be applied to the entire list, or to the bullets independently, though it won't work if you expect your text to flow from line to line.

Alternatively, you can use the padding-left attribute on the list items (not the list itself).

You can use the padding-left attribute on the list items (not on the list itself!).

Source Link
ClosureCowboy

You can try the text-indent CSS attribute. It can be applied to the entire list, or to the bullets independently, though it won't work if you expect your text to flow from line to line.

Alternatively, you can use the padding-left attribute on the list items (not the list itself).

lang-html