We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4aefa commit 1f80700Copy full SHA for 1f80700
2048 Game/style.css
@@ -1,5 +1,8 @@
1
body{
2
background-color: rgb(250, 242, 242);
3
+ font-family: 'Arial', sans-serif;
4
+ margin: 0;
5
+ padding: 0;
6
}
7
8
.grid {
@@ -11,6 +14,7 @@ body{
11
14
margin: auto;
12
15
justify-content: center;
13
16
align-content: center;
17
+ border-radius: 10px;
18
19
20
.grid div{
@@ -23,6 +27,7 @@ body{
23
27
line-height: 100px;
24
28
font-weight: bold;
25
29
font-size: 52px;
30
+ border-radius: 5px;
26
31
32
33
.scoreContainer {
@@ -37,6 +42,7 @@ body{
37
42
margin-top: 50px;
38
43
text-align: center;
39
44
45
+ color: #333;
40
46
41
47
48
.instructions{
@@ -47,4 +53,4 @@ body{
53
#result{
54
49
55
50
-}
56
+}
0 commit comments