adding hw tracker + contact info

This commit is contained in:
2020-01-06 01:13:04 +01:00
parent 21dc34fcaf
commit 66874df6e5
19 changed files with 198 additions and 2 deletions

View File

@ -53,3 +53,26 @@ table {
border-color: #285e8e;
ext-decoration: none;
}
footer {
display:block;
font-size:10px;
color:#aaa;
text-align:center;
margin-bottom:10px;
}
footer a {
display:inline-block;
height:25px;
line-height:25px;
color:#aaa;
text-decoration:underline;
}
footer a:hover {
color:#aaa;
}
.logo {
border:1px solid #000000;
border-radius: 50%;
}