Skip to content

Commit ca8a2b1

Browse files
committed
improving the game experience
1 parent 24d8413 commit ca8a2b1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

27 - Memory Matching Game/style.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ h3 {
5757
display: flex;
5858
align-items: center;
5959
justify-content: center;
60+
border-radius: 5px;
61+
position: absolute;
6062
top: 0;
6163
left: 0;
6264
padding: 20px;;
63-
border-radius: 5px;
64-
position: absolute;
6565
height: 100%;
6666
width: 100%;
6767
backface-visibility: hidden; /* a property that strips the back of the element */
@@ -77,8 +77,7 @@ h3 {
7777
}
7878

7979
.card i {
80-
font-size: 60px;
81-
80+
font-size: 60px;
8281
}
8382

8483
footer {

0 commit comments

Comments
 (0)