-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
60 lines (51 loc) · 787 Bytes
/
styles.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
label {
font-size: 30px;
padding: 20px;
text-align: center;
vertical-align: middle;
}
button{
font-size: 15px;
height: 40px;
margin-left: 10px;
border-radius: 5px;
padding: 10px;
background-color: ##ff6666;
color: #000;
vertical-align: middle;
}
input{
font-size: 15px;
height: 20px;
}
.container{
white-space: nowrap;
overflow: scroll;
padding: 20px;
}
.container > div{
margin: 5px;
height: 70px;
width: 70px;
text-align: center;
vertical-align: middle;
border-radius: 5px;
font-size: 50px;
display: inline-block;
}
.number{
background-color: #EEEEEE;
text-decoration-color: #000;
}
.operatorAS{
background-color: #6D9EEB;
color: #FFF;
}
.operatorMD{
background-color: #93C47D;
color: #FFF;
}
.equals{
background-color: #FFD996;
color: #FFF;
}