RIGHT Property In CSS
right Property in CSS
right property Declares the distance that the right content edge of the element is offset to the left of the right edge of its containing block. The position property of the element must also be set to a value other than static.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { right:15px; }
div { right:2%; }