footer added

This commit is contained in:
chsakell
2016-10-05 13:39:43 +03:00
parent 7885ed5cce
commit ddef0544b3
2 changed files with 15 additions and 0 deletions

View File

@@ -51,6 +51,11 @@
<div class="container"> <div class="container">
<my-app>Loading...</my-app> <my-app>Loading...</my-app>
</div> </div>
<footer class="navbar-fixed-bottom">
<div style="color:white">Developed by Chris S. for <a href="https://chsakell.com" target="_blank">chsakell's Blog</a> </div>
</footer>
<!-- <!--
<script type="text/javascript"> <script type="text/javascript">
$(function () { $(function () {

View File

@@ -69,4 +69,14 @@ th, td {
-o-transition: background-color 2000ms linear; -o-transition: background-color 2000ms linear;
-ms-transition: background-color 2000ms linear; -ms-transition: background-color 2000ms linear;
transition: background-color 2000ms linear; transition: background-color 2000ms linear;
}
footer {
position: fixed;
height: 40px;
line-height: 40px;
text-align: center;
background-color: #222222;
bottom: 0;
width: 100%;
} }