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