-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
83 lines (66 loc) · 1.1 KB
/
style.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#main
{
width: 340px;
height: 450px;
background-color: #53022F;
position: static;
align-items: center;
float: left;
overflow: scroll;
}
.screen
{
width:300px;
height:70px;
margin-left:20px;
margin-right:20px;
margin-bottom: 20px;
margin-top: 20px;
background-color:#394657;
color: white;
font-size: 50px;
text-align: right;
}
.button {
width: 45px;
height: 45px;
line-height: 45px;
margin-left: 20px;
margin-bottom: 20px;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
text-align: center;
color: white;
background: #282f37;
}
.input
{
color: #2971dd;
}
.button {
display: inline-block;
}
.equation
{
background-color: green;
color: white;
width: 290px;
height: 40px;
line-height: 40px;
}
.clear
{
background-color: orange;
}
.button:hover
{
background: #2971dd;
}
.clear:hover
{
background-color: green;
}
.button
{
background-color: yellow;
}