aim: to have my footer pushed to bottom of the webpage. not a sticky footer but once scrolled passed content it is at bottom. for example on my laptop it appears at bottom but on a big monitor its not stuck to bottom only just below content. i.e
But on a big monitor:
the css code of the footer:
text-align: center !important;
padding: 3px;
z-index: 1000000;
background-color: white;
color: black;
margin-top: 20px;
box-sizing: content-box !important;
margin-left: -10;
position: relative;
width: 103%;
margin-bottom: -10px !important;
border-radius: 3px;
margin-top: 15px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
flex-wrap: wrap;
max-height: 400px;
}
body{
box-sizing: border-box;
}
if you need anything else jsut ask