-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (76 loc) · 1.55 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
#answer{
width:90%;
padding: 5px;
background-color:#85C1E9;
}
body {
background-color:#9B59B6;
}
table {
margin: auto;
background-color: #2081b9;
width: 30%;
height: 40vh;
text-align: center;
border-radius: 4px;
padding-right: 10px;
border-color:#0f7bc4;
}
input {
outline: 0;
border: none;
color: #495069;
background-color: #fff;
border-radius: 4px;
width: 60px;
height: 50px;
margin:5px;
font-size:20px;
margin-bottom:15px;
}
input:hover{
color:#495069;
background-color:#fff;
border-radius: 4px;
font-size: 20px;
box-shadow: 0 4px #b0d2cf;
}
input:active {
color: #495069;
background-color: rgb(189, 219, 16);
border-radius: 4px;
margin: 5px;
font-size: 20px;
box-shadow: none;
}
.operator{
background-color: #cee9ea;
}
.operator:hover{
background-color: #cee9ea;
box-shadow: none ;
}
#clear{
display: block ;
background-color: #ff9fa8;
}
#clear:hover{
float: left;
display: block;
background-color: #f297A0;
margin-bottom: 15px;
box-shadow: 0 4px #cc7f86;
}
#clear:active{
float: left;
top: 4px;
display: block ;
background-color: #f297A0;
margin-bottom: 15px;
box-shadow: none;
}
h3{
text-align:center ;
color: white ;
font-size: 109%;
}