-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.php
60 lines (51 loc) · 2.04 KB
/
donate.php
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href='https://fonts.googleapis.com/css?family=Marko One' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Merienda' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=New Rocker' rel='stylesheet'> <!-- Bootstrap CSS -->
<style>
.box{
margin: 0 auto;
margin-top: -70px;
margin-right:100px;
padding: 30px;
background-color: rgba(0, 0, 0, 0.5);
width: 500px;
height: 250px;
float: right;
font-color: white;
border-radius: 5px;
text-align: left;
color: white;
}
</style>
<title>Blog/Video</title>
</head>
<body style="background-image:url(gratitude.png);background-size:cover;">
<p><br/></p>
<div class="container">
<p style="margin-right:177px; margin-top: 150px; text-align: right; font-size: 80px; font-family:'New Rocker';">Donate Here</p>
<div class="box">
<form action="donate1.php" method="POST">
<div class="content">
<label style="font-family:'Merienda'; margin-left: 20px;" class="new"><b>Name-</b></label>
<input style="width:400px; height:30px; border-radius: 10px;" type="text" placeholder="Enter Name" name="name" required>
</div><br>
<div class="content">
<label style="font-family:'Merienda'; margin-left: 20px;" class="new"><b>Email-</b></label>
<input style="width:400px; height:30px; border-radius: 10px;" type="text" placeholder="Enter Email" name="email" required>
</div>
<div class="content"><br>
<label style="font-family:'Merienda'; margin-left: 20px;" class="new"><b>Phone-</b></label>
<input style="width:400px; height:30px; border-radius: 10px;" type="text" placeholder="Enter Contact Number" name="mno" required>
</div><br>
<div class="clear"><br>
<button style="font-family:'Merienda'; margin-left: 240px;" type="submit" class="signupbtn">Submit</button>
</div>
</form>
</div>
</div></body></html>