set footer always in bottom
Use 100vh viewport to ensure the footer stays at the bottom of the page even when content doesn't fully fill the screen. It involves using CSS flex properties.
27 Oct 2023
1 min read
1 posts tagged with "web-development/css"
Use 100vh viewport to ensure the footer stays at the bottom of the page even when content doesn't fully fill the screen. It involves using CSS flex properties.