-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment.css
65 lines (62 loc) · 1004 Bytes
/
payment.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
hr {
width: 290px;
background: orangered;
height: 2px;
position: top;
float:center;
}
.foot {
margin-bottom: 0%;
}
table {
border: 2px solid black;
text-align: center;
width: 100%;
margin-top: 0%;
}
th {
padding: 10px;
border: 2px solid black;
font-size: 20px;
font-variant: small-caps;
font-weight: bold;
text-align: center;
}
td {
padding: 10px;
border: 2px solid black;
font-size: 15px;
font-weight: bold;
color:red;
}
.nav {
font-weight: bold;
font-size:18px;
padding-top:25px;
align-items: center;
/* background-color: rgba(0,0,0,0.6); */
color:whitesmoke;
}
.slack{
color:red;
}
.hh{
color:orange;
}
.head{
font-size: 15px;
}
.el{
color:whitesmoke;
}
.font{
margin-top:20px;
font-size:25px;
font-family: 'Bangers', cursive;
/* background-color: rgb(255, 255, 255);
background-size: contain;
background-repeat: no-repeat; */
}
.foot{
margin-bottom: 0%;
}