Skip to content

Commit 07b77c3

Browse files
committed
feat(CSS): remove border-radius: 15px; from .sliding-part CSS rule
1 parent c95cee6 commit 07b77c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ body {
3434
height: 530px;
3535
width: 400px;
3636
border: black 1px solid;
37-
border-radius: 15px;
3837
overflow: hidden;
3938
display: grid;
4039
grid-template-columns: repeat(4, 1fr);

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ function handleKeyPress(event) {
1717
const key = event.key;
1818
const button = document.querySelector(`[data-value="${key}"]`);
1919

20+
console.log(key)
21+
2022

2123

2224
if (button) {

0 commit comments

Comments
 (0)