mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-22 17:27:48 +00:00
footer added
This commit is contained in:
@@ -51,6 +51,11 @@
|
||||
<div class="container">
|
||||
<my-app>Loading...</my-app>
|
||||
</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">
|
||||
$(function () {
|
||||
|
||||
@@ -69,4 +69,14 @@ th, td {
|
||||
-o-transition: background-color 2000ms linear;
|
||||
-ms-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%;
|
||||
}
|
||||
Reference in New Issue
Block a user