Skip to content

Instantly share code, notes, and snippets.

@manadart
Created November 16, 2011 14:31
Show Gist options
  • Save manadart/1370180 to your computer and use it in GitHub Desktop.
Save manadart/1370180 to your computer and use it in GitHub Desktop.
Good ol' pre-HTML5 floating footer with SASS.
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="/css/floating_footer.css" type="text/css" />
<title></title>
</head>
<body>
<div id="wrap">
<div id="main">
<p>Content</p>
</div>
</div>
<div id="footer">
<p>Footer</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment