-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathnew.html
46 lines (45 loc) · 1.51 KB
/
new.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>untoldcoding</title>
<link rel="stylesheet" href="new.css" />
</head>
<body>
<div class="wrap">
<h1>For You 💖</h1>
<div class="postcard1"></div>
<div class="postcard">
<div class="letter"></div>
<p>
<span>My Love,</span>
<br />
On this Rose Day, each petal symbolizes my admiration <br />for you.
Your presence colors my world with joy and warmth.Like a rose in full
bloom, your beauty captivates my heart. The red roses reflect the
passion that burns for you, while the white ones signify the purity of
our love. In the garden of life, you're my most cherished blossom.
Thank you for being my source of love and inspiration. Our journey
together is as sweet as the fragrance of roses. Happy Rose Day, my
love. Here's to many more petals of shared laughter and enduring love.
<br />
<span class="ullu">
Forever Yours,
<br />
Ullu</span
>
</p>
<div class="address">
<img
src="https://i.postimg.cc/9Xq7XyF2/Untold-Coding.png"
class="mail_stamp"
/>
</div>
</div>
</div>
<footer>
<p>crafted by @untoldcoding.</p>
</footer>
</body>
</html>