-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment.css
executable file
·111 lines (89 loc) · 1.4 KB
/
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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@import "./reset.css";
#payment-box{
width:30%;
/* height:430px; */
margin: auto;
color:black;
padding: 25px 20px 25px 40px;
/* padding-left:20px ; */
margin-top: 50px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.payment-heading{
text-align: center;
color:black;
font-size: 20px;
}
.flex{
display: flex;
}
label{
font-size: 16px;
font-weight: bold;
}
input{
padding: 7px 1px;
margin: 5px 0px;
width: 180px;
}
#email{
padding: 7px 186px 7px 5px;
}
#gender{
margin-left: 10px;
}
#male{
padding: 11px 27px;
margin-top: 5px;
background: black;
color: white;
border-radius:5px;
border: 0;
}
#female{
padding: 10px 22px;
margin-top: 5px;
}
#credit-cart{
padding: 9px 53px;
margin-top: 5px;
background: black;
color: white;
border-radius:5px;
border: 0;
}
#paytm{
padding: 8px 80px;
margin-top: 5px;
}
#card-number{
padding:8px 188px 8px 5px ;
}
#card-month{
width: 85px;
text-align: center;
}
#card-year{
width: 85px;
text-align: center;
}
#pay-now{
padding: 10px 190px;
background: black;
color: white;
border-radius:10px;
border: 0;
text-align: center;
justify-content:center;
display: flex;
}
#pay-now:hover{
padding: 10px 190px;
background: black;
color: white;
border-radius:10px;
border: 0;
cursor: pointer;
justify-content:center;
display: flex;
}