-
Notifications
You must be signed in to change notification settings - Fork 0
/
cash_in.css
62 lines (56 loc) · 1.11 KB
/
cash_in.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
html {
background-color: rgb(68, 8, 92);
color: white;
}
.form {
background-color: rgb(128, 22, 62);
color: white;
margin: 0% 20%;
border: 6px solid white;
}
tr,
th,
td {
padding: 10px;
text-align: center;
}
#ok1 {
padding: 10px;
margin: 20px;
background-color: green;
color: white;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
#ok2 {
padding: 10px;
margin: 20px;
background-color: red;
color: white;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
h4 {
color: white;
text-align: center;
background-color: tomato;
border: 2px solid;
margin-left: 30%;
margin-right: 30%;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
-ms-border-radius: 30px;
-o-border-radius: 30px;
padding: 10px;
}
.msg {
margin-left: 40%;
padding: 10px;
}