The margin-left property sets the left margin of an element.
When you apply this property to the LI element, the indent for the list items can be specified.
.example {
margin-left: 30px;
}
Property |
Value |
Explanation |
margin-left |
length, %, or auto |
the left margin |
Example