I’ve been tackling a responsive design issue on my website but I can't quite get the footer to stick at the bottom of the page. The 'fixed' property hides half of my text on mobile devices, so I turned to this solution (https://getbootstrap.com/docs/4.0/examples/sticky-footer/). Currently working with Bootstrap 5.0, I combed through the library looking for a footer-related property without much luck. Ideally, I want my footer to mimic the layout from the shared link.
CSS & HTML
html {
background-color: #eeeeee;
}
.bgr {
background-color: #eeeeee;
}
.splitup {
margin: 0px 0px 50px 0px;
color: black;
border-color: black;
border-top: 5px solid;
}
// Additional CSS code here...