-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipzz.html
More file actions
33 lines (33 loc) · 1.28 KB
/
Pipzz.html
File metadata and controls
33 lines (33 loc) · 1.28 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Love Message</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #ffcccc;
font-family: Arial, sans-serif;
font-size: 24px;
color: red;
text-align: center;
padding: 20px;
}
.message {
max-width: 600px;
}
</style>
</head>
<body>
<div class="message">
<h1>Hey Pipz 🌙,</h1>
<p>You are the most precious gift life has given me. Talking to you is the highlight of my days, and I cherish every conversation we share. Though we haven't met yet, I already feel a deep connection, and I can't wait for the day I finally see you.</p>
<p>No matter what challenges come our way, I want us to face them hand in hand, growing stronger together. One day, I dream of holding your hand forever, waking up beside you every morning, and loving you endlessly until my last breath.</p>
<p>Love you always, and Happy Valentine's Day! ❤️</p>
</div>
</body>
</html>