Skip to content

Instantly share code, notes, and snippets.

@blastseld
Created September 15, 2013 15:49
Show Gist options
  • Save blastseld/6571921 to your computer and use it in GitHub Desktop.
Save blastseld/6571921 to your computer and use it in GitHub Desktop.
html {
position: relative;
min-height: 100%;
}
body {
margin: 0 0 100px; /* bottom = footer height */
}
footer {
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}
<!DOCTYPE html>
<head>
<title></title>
</head>
<body>
<nav></nav>
<article>Lorem ipsum...</article>
<footer></footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment