Todo final touches

This commit is contained in:
mrfry 2020-11-18 12:10:23 +01:00
parent cbd6bf2baa
commit ff0bb9920e
4 changed files with 84 additions and 7 deletions

View file

@ -17,3 +17,25 @@
font-size: 26px;
text-align: center;
}
.feedback {
color: var(--text-color);
background-color: var(--background-color);
font-size: 14px;
width: 100%;
box-sizing: border-box;
height: 60px;
}
.button {
background-color: var(--text-color);
border: none;
padding: 5px 15px;
margin: 5px;
color: white;
width: 200px;
}
.inputArea {
display: flex;
}