new random key method

This commit is contained in:
daniel-j
2020-03-04 15:13:16 +01:00
parent fd9edc7690
commit e30dc08861
4 changed files with 37 additions and 25 deletions

View File

@@ -9,10 +9,11 @@ h1 {
font-style: italic;
}
#key {
font-size: 3.5em;
font-size: 4.5em;
display: block;
letter-spacing: 0.1em;
margin: 10px 0;
margin: 5px 0;
font-family: monospace;
}
.center {
text-align: center;
@@ -41,8 +42,9 @@ h1 {
#keyinput {
font-size: 3.5em;
width: 4em;
font-size: 4em;
width: 3.5em;
text-align: center;
font-family: serif;
font-family: monospace;
letter-spacing: 0.1em;
}