Created
October 22, 2014 08:16
-
-
Save Grom-S/bc553aae0b726cb1398f to your computer and use it in GitHub Desktop.
Simple sticky footer CSS solution
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
<!doctype html> | |
<html> | |
<head> | |
<title>VidRoaster</title> | |
</head> | |
<body> | |
<div class="page-wrap"> | |
<!-- Content of the various size here --> | |
</div> | |
<footer class="main"> | |
<!-- Fixed size footer --> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment