TOP Property In CSS
top Property in CSS
top property Declares the distance that the top content edge of the element is offset below the top 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 { top:15px; }
div { top:2%; }