This is my footer now, How can I make it go all the way down?? I tried everything!
Css:
.pageContent{margin:auto;height:100%;min-height:100vh;width: 100%;background-color: #fafafa;flex: 1;position: relative;} //the whole div of my page#footer{display:flex;justify-content: space-between;height: 45px;bottom: 0px;width: 100%;background: rgba(24,24,29,0.7);color:white;z-index:3;font-size: 0.76em;position:absolute;}//my footer div
Open in new window
in #footer?