Skip to content

Commit 64ec0b8

Browse files
Merge pull request #898 from RishikaReddy123/main
Update style.css
2 parents 747c1b4 + 9ea7246 commit 64ec0b8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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+
}

Art-Gallery/mobile.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ body {
1717
padding: 15px 0;
1818
color: white;
1919
font-size: 18px;
20+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
2021
}
2122

2223
.header a {
@@ -27,6 +28,7 @@ body {
2728

2829
.header a:hover {
2930
color: #ff6347;
31+
border-radius: 5px;
3032
}
3133

3234
#container {
@@ -75,6 +77,7 @@ img {
7577

7678
.button:hover {
7779
background-color: #ff6347;
80+
transform: scale(1.05);
7881
}
7982

8083
.footer {

0 commit comments

Comments
 (0)