Instantly share code, notes, and snippets.
Created
November 7, 2016 18:31
-
Star
3
(3)
You must be signed in to star a gist -
Fork
0
(0)
You must be signed in to fork a gist
-
-
Save reveillette/fdec3dfdb0b29867f88851d7f6808193 to your computer and use it in GitHub Desktop.
Bootstrap 3.7.3 Template (Sticky footer with fixed navbar)
This file contains hidden or 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 lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
| <title>Bootstrap 101 Template</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <!-- Bootstrap --> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
| <!-- Optional theme --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> | |
| <style> | |
| /* Sticky footer styles-------------------------------------------------- */ | |
| html { | |
| position: relative; | |
| min-height: 100%; | |
| } | |
| body { | |
| /* Margin bottom by footer height */ | |
| margin-bottom: 60px; | |
| } | |
| .footer { | |
| position: absolute; | |
| bottom: 0; | |
| width: 100%; | |
| /* Set the fixed height of the footer here */ | |
| height: 60px; | |
| background-color: #f5f5f5; | |
| } | |
| /* Custom page CSS | |
| -------------------------------------------------- */ | |
| /* Not required for template or sticky footer method. */ | |
| body > .container { | |
| padding: 60px 15px 0; | |
| } | |
| .container .text-muted { | |
| margin: 20px 0; | |
| } | |
| .footer > .container { | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| } | |
| code { | |
| font-size: 80%; | |
| } | |
| /* Custom page CSS | |
| -------------------------------------------------- */ | |
| /* Not required for template or sticky footer method. */ | |
| .container { | |
| width: auto; | |
| max-width: 680px; | |
| padding: 0 15px; | |
| } | |
| .container .text-muted { | |
| margin: 20px 0; | |
| } | |
| </style> | |
| <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
| <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
| <!--[if lt IE 9]> | |
| <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> | |
| <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
| <![endif]--> | |
| </head> | |
| <body> | |
| <!-- Fixed navbar --> | |
| <nav class="navbar navbar-default navbar-fixed-top"> | |
| <div class="container"> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | |
| <span class="sr-only">Toggle navigation</span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </button> | |
| <a class="navbar-brand" href="#">Project name</a> | |
| </div> | |
| <div id="navbar" class="collapse navbar-collapse"> | |
| <ul class="nav navbar-nav"> | |
| <li class="active"><a href="#">Home</a></li> | |
| <li><a href="#about">About</a></li> | |
| <li><a href="#contact">Contact</a></li> | |
| <li class="dropdown"> | |
| <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a> | |
| <ul class="dropdown-menu"> | |
| <li><a href="#">Action</a></li> | |
| <li><a href="#">Another action</a></li> | |
| <li><a href="#">Something else here</a></li> | |
| <li role="separator" class="divider"></li> | |
| <li class="dropdown-header">Nav header</li> | |
| <li><a href="#">Separated link</a></li> | |
| <li><a href="#">One more separated link</a></li> | |
| </ul> | |
| </li> | |
| </ul> | |
| </div><!--/.nav-collapse --> | |
| </div> | |
| </nav> | |
| <!-- Begin page content --> | |
| <div class="container"> | |
| <div class="page-header"> | |
| <h1>Sticky footer with fixed navbar</h1> | |
| </div> | |
| <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>body > .container</code>.</p> | |
| <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p> | |
| </div> | |
| <footer class="footer"> | |
| <div class="container"> | |
| <p class="text-muted">Place sticky footer content here.</p> | |
| </div> | |
| </footer> | |
| <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
| <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | |
| <!-- Latest compiled and minified JavaScript --> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment