I have an HTML page with fixed height header and footer and a element in between.
I want the element to have always the total height of the screen (excluding the h
Fix both header and footer using position:fixed; and for content use
position:fixed;
padding: 60px 0; height: 100%; box-sizing: border-box;
http://codepen.io/anon/pen/xGRyNW