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