Skip to content

Instantly share code, notes, and snippets.

@gcyrillus
Created July 10, 2013 23:35
Show Gist options
  • Save gcyrillus/5971212 to your computer and use it in GitHub Desktop.
Save gcyrillus/5971212 to your computer and use it in GitHub Desktop.
another fluid min-full height & bottom footer
/* another fluid min-full height & bottom footer */
html {
height:100%;
width:100%;
}
body {
height:100%;
width:100%;
display:table;
table-layout:fixed;
margin:0 auto;
width:80%;
}
.tr {
display:table-row;
background:turquoise
}
section.tr {
height:100%;
background:yellow
}
<header class="tr"> <h1>title</h1><p>make me grow</p></header>
<section class="tr"><article>article</article></section>
<footer class="tr"> <p>Footer</p><p>make me grow</p></footer>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment