how to make a element stick to the bottom of the page in css code example Example: how to make element stick to bottom .fotter{ position: fixed; bottom: 0px; }