I have the following page (deadlink: http://www.workingstorage.com/Sample.htm ) that has a footer which I can\'t make sit at the bottom of the page.
http://www.workingstorage.com/Sample.htm
I wa
You can do this
.footer { position: absolute; right: 0; bottom: 0; left: 0; padding: 1rem; text-align: center; }