Skip to content

Commit d6d13c6

Browse files
committed
update issue with script
1 parent f54bf57 commit d6d13c6

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Day #12 - 2048 Game/script.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,5 @@ function initGame() {
133133
createGrid();
134134
}
135135

136-
<<<<<<< HEAD
137-
initGame();
138-
=======
136+
139137
initGame();
140-
>>>>>>> d356d960aeda2d0b57ba5db5aab56408f94664e1

Day #12 - 2048 Game/style.css

-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ body {
55
align-items: center;
66
height: 100vh;
77
margin: 0;
8-
<<<<<<< HEAD
98
background-color: #f7592b;
109
}
1110

@@ -15,13 +14,6 @@ body {
1514
border-radius: 15px;
1615
text-align: center;
1716

18-
=======
19-
background-color: #faf8ef;
20-
}
21-
22-
.container {
23-
text-align: center;
24-
>>>>>>> d356d960aeda2d0b57ba5db5aab56408f94664e1
2517
}
2618

2719
.game-container {
@@ -68,8 +60,4 @@ body {
6860
margin-top: 20px;
6961
font-size: 24px;
7062
font-weight: bold;
71-
<<<<<<< HEAD
72-
}
73-
=======
7463
}
75-
>>>>>>> d356d960aeda2d0b57ba5db5aab56408f94664e1

0 commit comments

Comments
 (0)