Footer powered by

This commit is contained in:
Meutel 2016-07-16 12:01:56 +02:00
parent 04e8f95efe
commit 950abb6ab1
2 changed files with 26 additions and 1 deletions

19
css/sticky-footer.css Normal file
View File

@ -0,0 +1,19 @@
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 40px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 40px;
background-color: #f5f5f5;
line-height: 40px;
}

View File

@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bienvenue sur meutel.net</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/sticky-footer.css">
</head>
<body>
<div class="jumbotron">
@ -58,5 +59,10 @@
<p><span class="glyphicon glyphicon-lock"></span> Logs constructions paquets</p>
</div>
</div>
</body>
<footer class="footer">
<div class="container">
<p class="text-muted">Powered by Bootstrap, Nginx, Freebsd</p>
</div>
</footer>
</body>
</html>