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
2 posts tagged with "web-development"
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.
Prevent browser caching and ensure users see the most recent version of website assets using cache busting, a technique that involves filename hashing. This is used in building websites with Go + HTMX.