PADDING-RIGHT Property In CSS
padding-right Property in CSS
padding-right property Declares the right padding for the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { padding-right:5px; }
div { padding-right:15%; }