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

@@ -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%;
}