-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathstyle.css
105 lines (93 loc) · 2 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<<<<<<< HEAD
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f2f2f2;
}
.title {
font:Lato;
font-size: 20px;
font-weight: bold;
color: #1C0C5B;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
letter-spacing: 2px;
text-align: center;
}
.container {
text-align: center;
margin-bottom: 20px;
}
#score-container {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding: 13px;
background-color: rgb(48, 47, 43);
color: #a2c7f1;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
}
.score-label, .highscore-label {
margin-right: 10px;
font-weight: bold;
font:;
}
#score, #highscore {
color: #d5c2d2;
font-weight: bold;
}
#board {
background-color: #fff; /* Background color of the game board */
border: 5px solid #000; /* Border color of the game board */
}
=======
body {
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #f2f2f2;
}
.title {
font:Lato;
font-size: 20px;
font-weight: bold;
color: #1C0C5B;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
letter-spacing: 2px;
text-align: center;
}
.container {
text-align: center;
margin-bottom: 20px;
}
#score-container {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
padding: 13px;
background-color: rgb(48, 47, 43);
color: #a2c7f1;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
margin-bottom: 10px;
}
.score-label, .highscore-label {
margin-right: 10px;
font-weight: bold;
font:;
}
#score, #highscore {
color: #d5c2d2;
font-weight: bold;
}
#board {
background-color: #fff; /* Background color of the game board */
border: 5px solid #000; /* Border color of the game board */
}
>>>>>>> 9bb6f0996e71eb4369c9b64eaf9494f835eac3fb