42 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
	<html lang="de">
 | 
						|
<head>
 | 
						|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 | 
						|
    <meta name="description" content="">
 | 
						|
    <meta name="author" content="">
 | 
						|
    <link rel="icon" href="https://getbootstrap.com/favicon.ico">
 | 
						|
 | 
						|
    <title>Sticky Footer Navbar Template for Bootstrap</title>
 | 
						|
 | 
						|
    <!-- Bootstrap core CSS -->
 | 
						|
    <link href="ressources/bootstrap.css" rel="stylesheet">
 | 
						|
 | 
						|
    <!-- Custom styles for this template -->
 | 
						|
    <link href="ressources/sticky-footer-navbar.css" rel="stylesheet">
 | 
						|
  </head><header><nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
 | 
						|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
 | 
						|
<div class="collapse navbar-collapse" id="navbarCollapse">
 | 
						|
<ul class="navbar-nav mr-auto">
 | 
						|
<a class="navbar-brand" href="#">Navigation></a>
 | 
						|
<li class="nav-item active">
 | 
						|
<a class="nav-link" href="#">ls</a>
 | 
						|
</li>
 | 
						|
</ul>
 | 
						|
</div>
 | 
						|
</nav></header>
 | 
						|
<body>
 | 
						|
<main role="main" class="container">
 | 
						|
      <h1 class="mt-5">Sticky footer with fixed navbar</h1>
 | 
						|
      <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="https://getbootstrap.com/docs/4.0/examples/sticky-footer">the default sticky footer</a> minus the navbar.</p>
 | 
						|
</main><footer class="footer">
 | 
						|
  <div class="container">
 | 
						|
    <span class="text-muted">Place sticky footer content here.</span>
 | 
						|
  </div>
 | 
						|
</footer>
 | 
						|
</body></html>
 |