Last active
August 17, 2017 13:22
-
-
Save claudioc/628f006bf1cfb8371b3546bef3b91a28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="page"> | |
<header></header> | |
<section class="content"></section> | |
<footer></footer> | |
</div> | |
.page { | |
display: flex; | |
flex-direction: column; | |
min-height: <anything>; | |
} | |
.content { | |
flex-grow: 1; | |
} | |
footer { | |
// Look ma: nothing here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment