Sticky Footer


SUBMITTED BY: Guest

DATE: Nov. 13, 2013, 8:36 p.m.

FORMAT: Text only

SIZE: 2.2 kB

HITS: 3833

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
  10. <title>Sticky Footer Template for Bootstrap</title>
  11. <!-- Bootstrap core CSS -->
  12. <link href="../../dist/css/bootstrap.css" rel="stylesheet">
  13. <!-- Custom styles for this template -->
  14. <link href="sticky-footer.css" rel="stylesheet">
  15. <!-- Just for debugging purposes. Don't actually copy this line! -->
  16. <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  17. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  18. <!--[if lt IE 9]>
  19. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  20. <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
  21. <![endif]-->
  22. </head>
  23. <body>
  24. <!-- Wrap all page content here -->
  25. <div id="wrap">
  26. <!-- Begin page content -->
  27. <div class="container">
  28. <div class="page-header">
  29. <h1>Sticky footer</h1>
  30. </div>
  31. <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
  32. <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
  33. </div>
  34. </div>
  35. <div id="footer">
  36. <div class="container">
  37. <p class="text-muted credit">Example courtesy <a href="http://martinbean.co.uk">Martin Bean</a> and <a href="http://ryanfait.com/sticky-footer/">Ryan Fait</a>.</p>
  38. </div>
  39. </div>
  40. <!-- Bootstrap core JavaScript
  41. ================================================== -->
  42. <!-- Placed at the end of the document so the pages load faster -->
  43. </body>
  44. </html>

comments powered by Disqus