-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
65 lines (56 loc) · 1.13 KB
/
Copy pathstyles.css
File metadata and controls
65 lines (56 loc) · 1.13 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
*{
margin: 0px;
padding: 0px;
}
#title{
color: white;
background-color: rgba(45, 48, 40, 0.986);
width: 520px;
padding: 10px;
font-family: "Share Tech Mono";
border-radius: 4px;
margin: 30px auto 0px auto;
}
.button{
width: 50px;
height: 50px;
font-size: 40px;
font-family: "Squada One";
margin: 2px;
cursor: pointer;border: 3px solid black;;
}
.textview{
background-color: #7A8450;
color: black;
font-family: "Squada One";
width: 200px;
padding: 5px;
margin: 5px;
font-size: 40px;
border:5px inset #464d2e;
}
.zeroBtn{
width: 105px;
}
.equalBtn{
height: 105px;
background-color: rgb(103, 250, 103);
}
main{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: rgba(45, 48, 40, 0.986);
border: 5px solid black;
}
body{
background-color: #097941;
}
.cBtn{
background-color: rgba(255, 38, 38, 0.959);
}