The padding shorthand property sets all the padding properties in one declaration. This property can have from one to four values.Examples:Note: Negative values are not allowed.
padding: length|initial|inherit;
p { padding: 2cm 4cm 3cm 4cm; }