https://www.w3schools.com/howto/howto_css_fixed_menu.asp Css kodlarıdaki top yazan yere bottom yazmanız yeterlıdır

.navbar {
overflow: hidden;
background-color: #333;
position: fixed;
bottom: 0;
width: 100%;
}