Skip to content

Instantly share code, notes, and snippets.

@Grom-S
Created October 22, 2014 08:16
Show Gist options
  • Save Grom-S/bc553aae0b726cb1398f to your computer and use it in GitHub Desktop.
Save Grom-S/bc553aae0b726cb1398f to your computer and use it in GitHub Desktop.
Simple sticky footer CSS solution
<!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