-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscorer.css
64 lines (59 loc) · 992 Bytes
/
scorer.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
.header{
color:darkslategray;
font-size: 30pt;
text-align: center;
}
.container {
margin: auto;
width: 35%;
height: 40%;
border: 1px solid rgb(0,0,0);
border-radius: 2cm;
padding: 1cm;
}
.display{
font-size: 50pt;
text-align: center;
}
select{
border-radius: 1cm;
cursor:pointer;
font-size: 12pt;
font-weight: 500;
text-align: center;
scale: 135%;
margin: 10pt;
}
button{
border-radius: 2cm;
scale: 125%;
text-align: center;
font-weight: 700;
padding:5px 15px;
margin: 10pt;
cursor:pointer;
align-items: center;
}
.bt1{
background-color:cyan;
color:black;
}
.bt2{
background-color:brown;
color:cornsilk;
}
.rsbt{
background-color: aliceblue;
}
.notAllowed{
opacity: 40%;
cursor:not-allowed;
}
.lose{
color:red;
transition: 0.3s;
}
.win{
color:darkcyan;
transition: 0.3s;
}