-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPS.css
More file actions
44 lines (43 loc) · 699 Bytes
/
Copy pathSPS.css
File metadata and controls
44 lines (43 loc) · 699 Bytes
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
body{
background-color: #222;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
}
button{
padding: 10px;
}
body {
height: 50vh;
margin-left: 100px;
}
h3{
font-weight: bolder;
font-size: 30px;
}
.move-icon{
height: 50px;
}
.move-button {
background-color: transparent;
border: 3px solid #fff;
border-radius: 100%;
width: 120px;
height: 120px;
margin-right: 10px;
cursor: pointer;
}
.result{
font-size: 25px;
font-weight: bolder;
margin-top: 15px;
}
.score {
margin-top: 60px;
}
.Reset-score-btn {
background-color: #fff;
border: none;
font-size: 15px;
padding: 10px 15px;
cursor: pointer;
}