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