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