-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (68 loc) · 1.22 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
*{
margin: 0;
padding: 0;
}
.dark{
background-color: black;
}
.result{
width:92%;
margin: 1em;
height: 3em;
padding-left: 1em;
color: black;
font-size: medium;
font-weight: 900;
background-color:#fff9ba;
border: 2px solid black;
}
.Calculator{
background-color: black;
border: 2px solid white;
width: 50vh !important;
padding: 1em;
margin: 2em;
height: 80vh;
}
button, .b1{
color: black;
font-weight: bold;
background-color: #4dc7f0 !important;
border: 2px solid whitesmoke !important;
width: 20%;
height: 3em;
font-size: 1em;
margin: 2px;
cursor: pointer;
}
.btn-custom{
background-color: #fff9ba !important;
color: black !important;
}
.afterclick{
background-color: #4dc7f0 !important;
}
/* .btn{
border: 2px solid black;
background-color: white;
} */
.lightcalc{
border:2px solid black !important;
background-color: white !important;
width: 50vh;
padding: 1em;
margin: 2em;
height: 80vh;
}
#mainwatch{
margin-top: 10%;
border: 5px dashed #4dc7f0 ;
border-radius: 150px;
height: 300px;
width: 300px;
}
#min, #sec, #msec,#btns{
margin: 3%;
margin-top: 7rem;
color: #4dc7f0;
}