The margin-bottom property sets the bottom margin of an element.Note: Negative values are allowed.
margin-bottom: length|auto|initial|inherit;
p { margin-bottom: 2cm; }