We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95cee6 commit 07b77c3Copy full SHA for 07b77c3
index.css
@@ -34,7 +34,6 @@ body {
34
height: 530px;
35
width: 400px;
36
border: black 1px solid;
37
- border-radius: 15px;
38
overflow: hidden;
39
display: grid;
40
grid-template-columns: repeat(4, 1fr);
index.js
@@ -17,6 +17,8 @@ function handleKeyPress(event) {
17
const key = event.key;
18
const button = document.querySelector(`[data-value="${key}"]`);
19
20
+ console.log(key)
21
+
22
23
24
if (button) {
0 commit comments