The padding-bottom property sets the bottom padding (space) of an element.Note: Negative values are not allowed.
padding-bottom: length|initial|inherit;
p { padding-bottom: 2cm; }