I have a header element and a content element:
#header #content
I want the header to be of fixed height and the content to fill up all the
In this instance I want my main content div to be liquid height so that the whole page takes up 100% of the browser height.
height: 100vh;