Untitled
1 hour ago in Plain Text
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Happy Birthday CJ 🌸</title>
<style>
body {
background: #ffe6f2;
font-family: "Segoe UI", sans-serif;
text-align: center;
padding: 20px;
}
.container {
background: white;
padding: 25px;
border-radius: 12px;
max-width: 600px;
margin: auto;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
h1 {
color: #d14c7b;
font-size: 28px;
}
p {
font-size: 17px;
line-height: 1.5;
color: #333;
}
.footer {
margin-top: 20px;
color: #777;
font-size: 15px;
}
</style>
</head>
<body>
<div class="container">
<h1>Happy Birthday CJ šŸŽ‰</h1>
<p>Hi CJ,</p>
<p>I hope you are having a great day today, and I hope my simple wish makes your day even a little brighter.</p>
<p>I'm sorry I couldn't be there for you, but I hope you know I’m always ready to grow with you and be your back support.</p>
<p>I hope we grow despite our arguments and our happiness. I pray for us to last long, and I hope to fall in love with you again and again.</p>
<p>Thank you for accepting my flaws. I'm happy with you, and I hope you are too.</p>
<p>There are so many chapters and journeys waiting for us in the future. Let's do our best.</p>
<h3>Happy Sweet 21, CJ šŸ’•</h3>
<div class="footer">— From Sera 🌸</div>
</div>
</body>
</html>