Have got a dictionary of words

This commit is contained in:
Leon Mika 2025-01-25 09:45:55 +11:00
parent 5cb44dd17e
commit d9fa154a01
15 changed files with 46459 additions and 39 deletions

View file

@ -0,0 +1,32 @@
button[data-keyboard-target="key"].right-pos {
background: green;
}
button[data-keyboard-target="key"].right-char {
background: yellow;
}
button[data-keyboard-target="key"].miss {
background: grey;
}
div.playfield div.row span {
display: inline-block;
border: solid thin gray;
height: 1.1em;
width: 1.1em;
}
div.playfield div.row span.right-pos {
background: green;
}
div.playfield div.row span.right-char {
background: yellow;
}
div.playfield div.row span.miss {
background: grey;
}