Added footer, updated toast

This commit is contained in:
= 2020-08-20 13:35:32 -04:00
parent f27ef1218b
commit a89b697fc5
7 changed files with 54 additions and 14 deletions

View file

@ -3,11 +3,17 @@ html body #mainContent {
}
#uploadSquare {
color: white;
background: gray;
height: 250px;
padding: 1em;
border-radius: .5em;
}
#footerContent a {
padding: .5rem;
font-size: 16px;
color: white;
text-decoration: none;
}
.successGlow {