-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRCP.css
More file actions
74 lines (65 loc) · 1.22 KB
/
RCP.css
File metadata and controls
74 lines (65 loc) · 1.22 KB
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
body {
background-color: rgb(25, 25, 25);
color: white;
font-family: Roboto;
}
.title {
font-size: 30px;
font-weight: bold;
color: yellow;
}
.move-image {
background-color: rgb(25, 25, 25);
max-width: 50px ;
font-weight: 600;
}
.move-button {
background-color: transparent;
border:3px solid rgb(238, 238, 5);
width: 120px;
height: 120px;
border-radius: 60px;
margin-right:10px ;
cursor: pointer;
}
.js-results{
font-size: 25px;
font-weight: bold;
margin-top: 50px;
color: yellow;
}
.js-score {
margin-top: 50px;
padding: 5px;
font-size: medium;
color: yellow;
}
.reset,
.auto-play-button {
margin-top: 20px;
margin-left: 5px;
padding: 8px;
font-weight: 700;
font-size: 13px;
background-color: yellow;
color: rgb(8, 6, 6);
cursor: pointer;
border:none;
}
.confirmation-box {
display: none; /* Hidden by default */
margin-top: 20px;
text-align: left;
color: yellow;
}
.confirmation-box button {
margin: 5px;
padding: 8px;
font-weight: 700;
font-size: 13px;
background-color: yellow;
color: rgb(8, 6, 6);
cursor: pointer;
border: none;
border-radius: 5px;
}