Code optimization, added onKeyReleased

This commit is contained in:
Francisco Hodge
2019-07-14 01:08:51 -04:00
parent de2100cb7b
commit 5239521964
27 changed files with 1019 additions and 555 deletions
+12
View File
@@ -0,0 +1,12 @@
input {
width: 100%;
height: 100px;
padding: 20px;
font-size: 20px;
border: none;
box-sizing: border-box;
}
.simple-keyboard {
max-width: 850px;
}