Have got a dictionary of words
This commit is contained in:
parent
5cb44dd17e
commit
d9fa154a01
15 changed files with 46459 additions and 39 deletions
32
site/assets/styles/main.css
Normal file
32
site/assets/styles/main.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue