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