Created
November 16, 2011 14:31
-
-
Save manadart/1370180 to your computer and use it in GitHub Desktop.
Good ol' pre-HTML5 floating footer with SASS.
This file contains 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
<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