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