Skip to content

Commit 24f859c

Browse files
committed
Memory Crad Game using HTML, CSS & JS
1 parent 387b216 commit 24f859c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

memory-card-game/memory-card-game.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,13 @@ span.moves {
141141
display: flex;
142142
justify-content: center;
143143
align-items: center;
144-
/* width: 80px;
145-
height: 80px; */
146144
width: 105px;
147145
height: 105px;
148146
border: 4px solid #000;
149147
cursor: pointer;
150148
}
151149

152150
.game-grid>div img {
153-
/* width: 75px;
154-
height: 75px; */
155151
width: 100px;
156152
height: 100px;
157153
}

0 commit comments

Comments
 (0)