-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpayement.html
36 lines (30 loc) · 1.6 KB
/
payement.html
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
<!DOCTYPE html >
<html lang = "en" >
<style>
.bg{
background-color :azure;
}
</style>
<head>
<title>payment </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body class = "bg">
<h1 class="text-center font-weight-bold"> Complete your Payment</h1>
<div >
<form action = "action.php" >
<div class= "container" >
<label for = "Credit card "> Credit Card number :</label>
<input type = "text" id="text" placeholder="Credit Card number" name="Credit Card number" >
<label for ="Expiration date " >Expiration date :</label>
<input type = "date" required id="Date" placeholder="Enter Expiration date " name = "Expiration date ">
</div>
<div calss = "container">
<label for = "postal code "> Postal Code :</label>
<input type = "text" required id="text" placeholder="Postal Code" name="Postal Code" >
</div>
</body>