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