Skip to content

Commit 1f80700

Browse files
Update style.css
1 parent cd4aefa commit 1f80700

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

2048 Game/style.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
body{
22
background-color: rgb(250, 242, 242);
3+
font-family: 'Arial', sans-serif;
4+
margin: 0;
5+
padding: 0;
36
}
47

58
.grid {
@@ -11,6 +14,7 @@ body{
1114
margin: auto;
1215
justify-content: center;
1316
align-content: center;
17+
border-radius: 10px;
1418
}
1519

1620
.grid div{
@@ -23,6 +27,7 @@ body{
2327
line-height: 100px;
2428
font-weight: bold;
2529
font-size: 52px;
30+
border-radius: 5px;
2631
}
2732

2833
.scoreContainer {
@@ -37,6 +42,7 @@ body{
3742
margin-top: 50px;
3843
text-align: center;
3944
font-weight: bold;
45+
color: #333;
4046
}
4147

4248
.instructions{
@@ -47,4 +53,4 @@ body{
4753
#result{
4854
text-align: center;
4955
margin: auto;
50-
}
56+
}

0 commit comments

Comments
 (0)