cara membuat smth berada di bagian bawah halaman css

#footer {
    position: fixed; // position: absolute; is also okay
    bottom: 0; // this is how far the element stays from the bottom of the page
}
Lala Talishinskaya