-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
110 lines (96 loc) · 3.4 KB
/
blog.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Piggy Bank Money Saving Hacks</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
main {
padding: 20px;
}
h1, h2 {
color: #333;
}
article {
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
}
ul {
list-style-type: none;
padding: 0;
}
ul li {
background-color: #f9f9f9;
padding: 10px;
margin: 5px 0;
border-radius: 5px;
}
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: #fff;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
</head>
<body>
<header>
<h1>14 no gali </h1>
<p>Electric bill</p>
</header>
<main>
<article>
<h2>14নং</h2>
<p>১৪ নং বিল পেমে্ন্ট এবং কালেকশান এর বিবরণ </p>
<img class="img-fluid flex-shrink-0 rounded-circle" src="img/payment.jpeg" style="width: 250px; height: 250px;">
</article>
<article>
<h2>14নং ইলেকট্রিক বিল পেমেণ্ট এর বিবরণ </h2>
<ul>
<li><strong>সোনা</strong> ১০০ টাকা</li>
<li><strong>বাড়ূ</strong> ১০০ টাকা</li>
<li><strong>দেবু </strong> ১০০ টাকা</li>
<li><strong>প্রনব</strong> ১০০ টাকা</li>
<li><strong>প্রিতম </strong> ৯০ টাকা</li>
<li><strong>সামু </strong> ১০০ টাকা</li>
<li><strong>বিশাল </strong> ১০০ টাকা</li>
<li><strong>সায়ান্তন </strong> ১০০ টাকা</li>
<li><strong>আর্চার</strong> ১০০ টাকা</li>
<li><strong>প্রদীপ দা</strong> ১০০ টাকা</li>
<li><strong>ইয়াজ দা</strong> ১০০ টাকা</li>
<li><strong>ঝালু</strong> ৮০ টাকা</li>
<li><strong>মোট </strong> ১০৯০ টাকা</li>
</ul>
</article>
<article>
<h2>Conclusion</h2>
<p>Saving money doesn’t need to be complicated. Whether you’re using a piggy bank for spare change or setting specific savings goals, these simple tricks can help you build your savings over time. So, grab a piggy bank, start saving, and watch your money grow!</p>
<a href="https://www.amazon.in/dp/B0DNG7K5W4">Buy Here</a>
</article>
</main>
<footer>
<p>© The Informal. All rights reserved.</p>
</footer>
</body>
</html>