-
Notifications
You must be signed in to change notification settings - Fork 0
/
money_transfer.css
96 lines (82 loc) · 1.61 KB
/
money_transfer.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
*{
margin:0;
padding: 0;
box-sizing:border-box ;
}
body{
background-color: white;
font-family: sans-serif;
overflow-x: hidden;
margin: 0;
}
body{
background-image:url(front_img.png) ;
}
.table_container{
padding: 0 10%;
margin: 40px auto 0;
}
.heading{
font-size: 40px;
text-align: center;
color:whitesmoke ;
margin-bottom: 10px;
}
.para{
font-size: 16px;
text-align: center;
color:whitesmoke;
margin-bottom: 30px;
padding-top: 0px;
font-family: cursive
}
.table{
width: 100%;
border-collapse: collapse;
}
.table thead{
background-color:#87e986;
}
.table thead tr th{
font-size: 15px;
font-weight:medium;
letter-spacing: 0.35px;
color: black;
opacity: 1;
padding: 12px;
vertical-align: top;
border: 1px solid cornsilk;
}
.table tbody tr td{
font-size: 14px;
letter-spacing: 0.35px;
font-weight: normal;
color:whitesmoke;
background-color: #3c3f44;
padding: 8px;
padding-right: 10px;
text-align: center;
border: 1px solid #dee2e685;
}
.table tbody tr td .btn{
width: 130px;
text-decoration: none;
line-height: 35px;
display: inline-block;
background-color: whitesmoke;
font-weight: medium;
color: black;
text-align: center;
vertical-align: middle;
user-select: none;
border: 1px solid transparent;
font-size: 14px;
opacity: 1;
}
.dear{
font-family: cursive;
}
.sia{
text-decoration: none;
color:#87e986 ;
}