-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
74 lines (61 loc) · 1.03 KB
/
index.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
body {
background-color: rgb(25, 25, 25);
color: white;
font-family: Arial, Helvetica, sans-serif
}
button {
background-color: white;
}
.title-of-page {
font-size: 44px;
font-weight: bold;
word-spacing: 10px;
letter-spacing: 2px;
padding-left: 10px;
}
.icon-box {
word-spacing: 20px;
}
.reset-button,
.auto-button {
padding: 8px 13px;
font-size: 15px;
border: none;
}
.move-icon {
height: 50px;
}
.move-button {
background: transparent;
border: 2px solid white;
border-style: dotted;
padding: 30px;
border-radius: 50%;
margin: 5px;
cursor: pointer;
}
.result {
font-size: 25px;
font-weight: bold;
}
.result-icon {
height: 90px;
margin-bottom: 20px;
margin-left: 30px;
}
.reset-button,
.auto-button {
margin-top: 20px;
padding: 20px 30px;
border-radius: 20px;
cursor: pointer;
}
.score-display {
word-spacing: 10px;
letter-spacing: 2px;
}
/* @media (max-width : 430px) {
body {
height: 1000px;
}
} */