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