-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpayment.html
23 lines (21 loc) · 1.03 KB
/
payment.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head><title>Payment Gateway</title>
<style>
#b{margin:50px;background-color:#7395AE;
}
#o{float:center;}
#f1{margin:100px;}
</style>
</head>
<body id="b"><fieldset id="f1" style="background-color:white;" >
<img src="gateway.jpg" style="height:300px;width:600px;margin:20px;"><br><br><br>
<I style="font-size:30px;">Choose any payment mode</I>
<br><U>
<input type="radio" class="l1"> <I style="font-size:24px;">Credit/Debit Card</I></span><br>
<input type="radio" class="l1"> <I style="font-size:25px;">PhonePe/Bhim UPI</I><br>
<input type="radio" class="l1"> <I style="font-size:25px;">Net Banking</I><br><br><br><br>
</U>                                            
<button><a href="book.html" style="font-size:24px;float:left;">Back to prev page</a></button>                        
<button><a href="mastercard.html" style="font-size:24px;float:right;">Proceed to payment</a></button>
</fieldset>
</body>