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