- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
Latest commit
44 lines (37 loc) · 705 Bytes
/
Copy pathstyle.css
File metadata and controls
44 lines (37 loc) · 705 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:rgb(255,253,253);
color:rgb(0,0,0);
font-family: Arial;
}
.title {
font-size:30px;
font-weight: bold;
}
.move-icon {
height:50px;
}
.move-button {
background-color: transparent;
border:3px solid rgb(0,0,0);
width:120px;
height:120px;
border-radius:60px;
margin-right:10px;
cursor: pointer;
}
.result {
font-size:25px;
font-weight: bold;
margin-top:50px;
}
.score {
margin-top:50px;
}
.reset-score-button {
background-color:rgb(0,0,0);
border: none;
font-size:15px;
padding:8px15px;
cursor: pointer;
color: aliceblue;
}