Need assistance, I am in the process of creating a website and my footer is not remaining at the bottom when I zoom out. As a beginner, my code may be a bit messy.
I suspect there might be an underlying CSS problem causing this issue, but I'm struggling to pinpoint it.
html{
box-sizing:border-box;
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
*,*:before,*:after{
box-sizing:inherit}
body{
margin: 0;
overflow-x: hidden;
background-color: #f6f6f6;
}
ul {
padding: 4px 8px;
float: right;}
a.nav-button {
padding: 8px 16px;
text-decoration: none;
color: black;}
a.nav-button:hover {
background-color: #cccccc;}
img.logo{
padding-top: 14px;
height: 50px;
float:left;}
div.menu{
position:fixed;
width:100%;
z-index:1;
background-color: