The margin-bottom property sets the bottom margin of an element.
When you apply this property to the LI element, the spacing between list items can be adjusted.
li {
margin-bottom: 5px;
}
Property |
Value |
Explanation |
margin-bottom |
length, %, or auto |
the bottom margin |
Example