MARGIN-BOTTOM Property In CSS
margin-bottom Property in CSS
margin-bottom property Declares the bottom margin for the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { margin-bottom:5px; }
div { margin-bottom:15%; }