-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.53 KB
/
index.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
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/style.css">
<title>Donate Today</title>
</head>
<body>
<header class="header">
<h3 class="header-title">Let's Help those who are <br>More in Needed</h3>
<p class="header-des">To give money or goods to help a person or organization: An anonymous businesswoman donated one million dollars to the charity. Please donate generously.</p>
<div class="btn-center">
<button class="btn-primary">DONATE</button>
</div>
</header>
<main>
<section class="donate-section">
<h4 class="donate-title">Donate Today</h4>
<p class="donate-des">To give money or goods to help a person or organization: An anonymous businesswoman donated one million dollars to the charity. Please donate generously.</p>
<div class="donate-amount">
<li>100tk</li>
<li>500tk</li>
<li>1000tk</li>
<li>2000tk</li>
<li>3000tk</li>
</div>
<div class="donate-input">
<input type="text"name='donate_input'placeholder="Enter Your Amount">
</div>
<div class="btn-center">
<button class="btn-primary">DONATE</button>
</div>
</section>
</main>
<footer>
</footer>
</body>
</html>