Code: Select all
div.signature {
bottom: 5px; /* or whatever */
position: absolute;
}
MDN wrote:For absolutely positioned elements, that is, those whose position property is set to absolute or fixed, the bottom property specifies the distance between the bottom margin edge of the element and the bottom edge of the block containing the element.