New feedback page #7

This commit is contained in:
MrFry 2020-03-23 11:09:02 +01:00
parent a78ac0f8f2
commit 978dfcd382
5 changed files with 299 additions and 64 deletions

View file

@ -0,0 +1,21 @@
.button {
background-color: #9999ff;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
}
.motdHeader {
text-align: center;
font-size: 24px;
}
.motd {
text-align: center;
font-size: 20px;
margin: 5px;
}