My website has 3 section, header(navbar)+middle(content)+footer(sitemap etc). My header is a fixed height, my footer contain sitemap which may update time to time, therefore the footer height may increase.
I want to apply 100vh on my middle. How do I use something like .middle{height: calc(100vh - footer.height);}
?