The padding-left property sets the left padding of an element.
When you apply this property to the LI element, the spacing between marker and text can be adjusted.
li {
padding-left: 20px;
}
Property |
Value |
Explanation |
padding-left |
length, %, or auto |
the left padding |
Example