-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
68 lines (59 loc) · 1.12 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
.contain{
height:100vh;
width:100%;
background-color:#283149;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.cal{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top:5%;
height:500px;
width:300px;
background-color:#111827 ;
border: white 1px solid;
border-radius: 10px;
}
input{
color:antiquewhite;
background-color: #111827;
border: 0;
}
.NUMBER{
height:350px;
width:100%;
}
.in{
margin-top: 5px;
margin-bottom: 5px;
font-size: 70px;
height: 150px;
width:95%;
}
.key:hover{
/* border:.5px solid white; */
box-shadow: 30px 3px 4px 30;
opacity: 0.5;
}
.key{
background-color:#111827;
color:#9333ea;;
margin-top: 7px;
margin-left: 15px;
margin-right:5px;
height:50px;
width:50px;
border-radius: 100px;
font-size: 40px;
border: 0;
}
.operator{
color:#01d293;
/* background-color: ora; */
/* color: #ffffff; */
}