Skip to content

Instantly share code, notes, and snippets.

@danrasmuson
Created October 14, 2014 02:52
Show Gist options
  • Save danrasmuson/5451cc7c709b8c2b962b to your computer and use it in GitHub Desktop.
Save danrasmuson/5451cc7c709b8c2b962b to your computer and use it in GitHub Desktop.
<style type="text/css">
.Site {
display: flex;
min-height: 100vh;
flex-direction: column;
}
.Site-content {
flex: 1;
}
</style>
<body class="Site">
<header>header</header>
<main class="Site-content"></main>
<footer>footer</footer>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment